Fix filesystem game method
This commit is contained in:
parent
b532f1c9c8
commit
61c012370d
3 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue