- fixed small compiling error for a function in testsuite

- indentation formatting on DebugRoutines
This commit is contained in:
Rolzad73
2017-01-30 14:02:25 -05:00
parent 4d3e463aba
commit a916c1067f
4 changed files with 15 additions and 15 deletions

View File

@@ -852,7 +852,7 @@ void TestSuiteGame::initGame()
p->life = initState.players[i]->life;
p->poisonCount = initState.players[i]->poisonCount;
stringstream stream;
stream << initState.players[i]->getRandomGenerator()->saveLoadedRandValues(stream);
initState.players[i]->getRandomGenerator()->saveLoadedRandValues(stream);
p->getRandomGenerator()->loadRandValues(stream.str());
MTGGameZone * playerZones[] = { p->game->graveyard, p->game->library, p->game->hand, p->game->inPlay, p->game->removedFromGame };
MTGGameZone * loadedPlayerZones[] = { initState.players[i]->game->graveyard,