mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
cleanup
This commit is contained in:
parent
9565df7c69
commit
29a202ee2e
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue