another move-summary bug

This commit is contained in:
ehouse 2004-10-31 00:54:21 +00:00
parent 2866ccfc95
commit 3046815907

View file

@ -553,7 +553,7 @@ model_undoLatestMoves( ModelCtxt* model, PoolContext* pool,
++nMovesUndone;
if ( moveSought < 0 ) {
moveSought = entry.moveNum;
moveSought = entry.moveNum - 1;
} else if ( moveSought-- != entry.moveNum ) {
success = XP_FALSE;
break;