diff --git a/src/lib/common/xundump.c b/src/lib/common/xundump.c index a79a05d1..b9fccfdd 100644 --- a/src/lib/common/xundump.c +++ b/src/lib/common/xundump.c @@ -732,7 +732,7 @@ xundump(FILE *fp, char *file, int expected_table) ep = &empfile[type]; fixed_rows = has_const(ef_cadef(type)); - need_sentinel = !fixed_rows; /* FIXME only approximation */ + need_sentinel = !EF_IS_GAME_STATE(type); if (xucolumnheader(fp, type, values) == -1) return -1;