Fix for loading savegames from the command line.

svn-id: r26567
This commit is contained in:
Eugene Sandulenko 2007-04-22 16:06:00 +00:00
parent 3f3c7bf7e8
commit 55152e4055
3 changed files with 4 additions and 4 deletions

View file

@ -425,7 +425,7 @@ int AgiEngine::agiInit() {
snprintf (saveNameBuffer, 256, "%s.%03d", _targetName.c_str(), ConfMan.getInt("save_slot"));
loadGame(saveNameBuffer);
loadGame(saveNameBuffer, false); // Do not check game id
}
return ec;