(xundump): Precise value for need_sentinel.

This commit is contained in:
Markus Armbruster 2006-02-08 22:02:13 +00:00
parent d329c4f8e6
commit 054d59b323

View file

@ -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;