Added some comments for the redo tests.
This commit is contained in:
@@ -615,6 +615,7 @@ void TestSuite::ThreadProc(void* inParam)
|
|||||||
while(!theGame.observer->didWin())
|
while(!theGame.observer->didWin())
|
||||||
theGame.observer->Update(counter++);
|
theGame.observer->Update(counter++);
|
||||||
|
|
||||||
|
// rewind and redo thanks to the action logging
|
||||||
stringstream stream;
|
stringstream stream;
|
||||||
stream << (*theGame.observer);
|
stream << (*theGame.observer);
|
||||||
theGame.observer->load(stream.str(), false, 0, &theGame);
|
theGame.observer->load(stream.str(), false, 0, &theGame);
|
||||||
|
|||||||
Reference in New Issue
Block a user