File tree Expand file tree Collapse file tree
GeneralsMD/Code/GameEngine/Source/GameLogic/System
Generals/Code/GameEngine/Source/GameLogic/System Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -979,6 +979,7 @@ void GameLogic::startNewGame( Bool saveGame )
979979 }
980980 catch (QuitGameException&)
981981 {
982+ // TheSuperHackers @info The application is cleanly aborting the loading process
982983 }
983984}
984985
@@ -2085,7 +2086,6 @@ void GameLogic::tryStartNewGame( Bool saveGame )
20852086 }
20862087}
20872088
2088-
20892089// -----------------------------------------------------------------------------------------
20902090static void findAndSelectCommandCenter (Object *obj, void * alreadyFound)
20912091{
Original file line number Diff line number Diff line change @@ -1115,6 +1115,7 @@ void GameLogic::startNewGame( Bool loadingSaveGame )
11151115 }
11161116 catch (QuitGameException&)
11171117 {
1118+ // TheSuperHackers @info The application is cleanly aborting the loading process
11181119 }
11191120}
11201121
You can’t perform that action at this time.
0 commit comments