Cascade Class

seperate cascade and fix cant life change :)
This commit is contained in:
Anthony Calosa
2016-06-03 10:40:38 +08:00
parent 0493c4063f
commit 62fa9acc9f
5 changed files with 97 additions and 61 deletions

View File

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