diff --git a/src/spawner/load_spawn.c b/src/spawner/load_spawn.c index 1979c6c..b2065b4 100644 --- a/src/spawner/load_spawn.c +++ b/src/spawner/load_spawn.c @@ -133,6 +133,8 @@ void __thiscall More_Alliances_Crap(void* house, void *other, bool maybe) void Init_Random(); void Init_Network(); +void InitCommonDialogStuff(); +void InitUIColorShifts(); void Game_LoadPCXFiles(); void Load_Sides_Stuff(); void __fastcall GScreenClass__Do_Blit(char a1, void *surface, int32_t a3); @@ -327,6 +329,8 @@ signed int Initialize_Spawn() Load_Sides_Stuff(); + InitCommonDialogStuff(); + InitUIColorShifts(); Game_LoadPCXFiles(); GameMode = Set_Game_Mode(INIClass__GetInt(&INIClass_SPAWN, "Settings", "GameMode", 1)); // correct diff --git a/src/spawner/load_spawn.cpp b/src/spawner/load_spawn.cpp index 1979c6c..b2065b4 100644 --- a/src/spawner/load_spawn.cpp +++ b/src/spawner/load_spawn.cpp @@ -133,6 +133,8 @@ void __thiscall More_Alliances_Crap(void* house, void *other, bool maybe) void Init_Random(); void Init_Network(); +void InitCommonDialogStuff(); +void InitUIColorShifts(); void Game_LoadPCXFiles(); void Load_Sides_Stuff(); void __fastcall GScreenClass__Do_Blit(char a1, void *surface, int32_t a3); @@ -327,6 +329,8 @@ signed int Initialize_Spawn() Load_Sides_Stuff(); + InitCommonDialogStuff(); + InitUIColorShifts(); Game_LoadPCXFiles(); GameMode = Set_Game_Mode(INIClass__GetInt(&INIClass_SPAWN, "Settings", "GameMode", 1)); // correct diff --git a/sym.asm b/sym.asm index e07144e..26ef8e7 100644 --- a/sym.asm +++ b/sym.asm @@ -158,6 +158,8 @@ setcglob 0x00A8B23C, GameMode setcglob 0x008871E0, RulesData setcglob 0x0061f210, Game_LoadPCXFiles +setcglob 0x00600560, InitCommonDialogStuff +setcglob 0x0061F190, InitUIColorShifts setcglob 0x0052F620, Parse_Command_Line ;CCHyper 18.06.2015