This commit is contained in:
Eric House 2015-03-05 06:55:21 -08:00
parent 9565df7c69
commit 29a202ee2e

View file

@ -342,7 +342,6 @@ public class GameSummary {
{
boolean result = false;
if ( !gameOver && 0 <= turn ) {
// HACK!!! Need to fix so we ensure m_giFlags is set here
Assert.assertTrue( null != m_gi || null != m_giFlags );
result = localTurnNextImpl( giflags(), turn );
}