We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43ddfc commit 672f7a8Copy full SHA for 672f7a8
1 file changed
GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/QuitMenu.cpp
@@ -247,7 +247,7 @@ static void restartMissionMenu()
247
InitRandom(TheGlobalData->m_fixedSeed);
248
//InitRandom(0);
249
} else {
250
- InitGameLogicRandom(GameClientRandomValue(0, INT_MAX - 1));
+ InitRandom(GameClientRandomValue(0, INT_MAX - 1));
251
}
252
253
//TheTransitionHandler->remove("QuitFull"); //KRISMORNESS ADD
0 commit comments