Fix filesystem game method

This commit is contained in:
mdiluzio 2015-01-03 19:31:42 +00:00
parent b532f1c9c8
commit 61c012370d
3 changed files with 7 additions and 7 deletions

View file

@ -116,7 +116,7 @@ int runClient(int argc, char* argv[])
// Output the gamestate file for this game
CTTRTSGame thisGame = GetGameFromString(gamestate);
OutputGameStateFile(thisGame, getGamesDir());
OutputGameStateFile(thisGame);
// Get the order file for this turn
std::string orders = GetOrdersFromPlayerFile(thisGame,myPlayer);