- Fixed bug in load map code.

This commit is contained in:
Rob Pearce 2005-10-29 07:07:29 +00:00
parent 568e200f1c
commit d92d949773
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -2885,7 +2885,7 @@ int loadmap(void) {
} }
/* current version(s) */ /* current version(s) */
if (!strcmp(vers, "V0.99b")) { if (!strcmp(vers, "V0.99b") || !strcmp(vers, "V0.99c")) {
/* read in number maps */ /* read in number maps */
fread(&nummaps, sizeof(int), 1, f); fread(&nummaps, sizeof(int), 1, f);