- Fixed bug in load map code.
This commit is contained in:
parent
568e200f1c
commit
d92d949773
BIN
example.map
BIN
example.map
Binary file not shown.
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue