Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Mar 30, 2024
1 parent 3a504da commit 4a1a978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo/framework/Common_load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@ CONSOLE_COMMAND_SHIP( loadGame, "loads a game", idCmdSystem::ArgCompletion_SaveG
#ifndef FOOLS
console->Close();
commonLocal.LoadGame( ( args.Argc() > 1 ) ? args.Argv( 1 ) : "quick" );
#endif
}

/*
Expand Down

0 comments on commit 4a1a978

Please sign in to comment.