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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user