1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 11:15:13 +01:00

Rename the callback types

This commit is contained in:
ζeh Matt
2024-12-04 20:43:55 +02:00
parent 53d1c27771
commit 9dfd4f3b19
14 changed files with 30 additions and 30 deletions

View File

@@ -139,7 +139,7 @@ namespace OpenRCT2::Ui::Windows
NetworkSetPassword(_password);
auto intent = Intent(WindowClass::Loadsave);
intent.PutExtra(INTENT_EXTRA_LOADSAVE_TYPE, LOADSAVETYPE_LOAD | LOADSAVETYPE_GAME);
intent.PutExtra(INTENT_EXTRA_CALLBACK, reinterpret_cast<close_callback>(LoadSaveCallback));
intent.PutExtra(INTENT_EXTRA_CALLBACK, reinterpret_cast<CloseCallback>(LoadSaveCallback));
ContextOpenIntent(&intent);
break;
}