Skip to content

Commit 4b7a872

Browse files
committed
added comment and removed blank link
1 parent c655da4 commit 4b7a872

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Generals/Code/GameEngine/Source/GameLogic/System/GameLogic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
//-----------------------------------------------------------------------------------------
20902090
static void findAndSelectCommandCenter(Object *obj, void* alreadyFound)
20912091
{

GeneralsMD/Code/GameEngine/Source/GameLogic/System/GameLogic.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)