Update GameObserver.cpp

This commit is contained in:
Anthony Calosa
2016-06-03 13:21:31 +08:00
parent f7e0deafca
commit 0026153a2c

View File

@@ -1666,7 +1666,7 @@ ostream& operator<<(ostream& out, const GameObserver& g)
out << g.mSeed;
out << endl;
out << "rvalues:";
out << g.randomGenerator.saveUsedRandValues(out);
g.randomGenerator.saveUsedRandValues(out);
out << endl;
out << g.startupGameSerialized;
}