Should fix Macosx build

This commit is contained in:
xawotihs
2016-06-02 20:57:09 +02:00
parent 5437bbaf2e
commit 956d0a736d

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;
}