Fix the previous revision.
This commit is contained in:
parent
8fa0dcbe17
commit
a835a4b4d3
1 changed files with 3 additions and 0 deletions
|
@ -759,6 +759,9 @@ xundump(FILE *fp, char *file, int expected_table)
|
||||||
if (CANT_HAPPEN(!ca))
|
if (CANT_HAPPEN(!ca))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
if (!EF_IS_GAME_STATE(type) && !empfile[type].file)
|
||||||
|
initialized[type] = 1;
|
||||||
|
|
||||||
nca = nf = 0;
|
nca = nf = 0;
|
||||||
for (i = 0; ca[i].ca_name; i++) {
|
for (i = 0; ca[i].ca_name; i++) {
|
||||||
nca++;
|
nca++;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue