(svn r26873) -Change: split type_height into a type and height array (ic111)

This commit is contained in:
rubidium
2014-09-21 11:14:58 +00:00
parent 51a1c712f2
commit 04e2324b8f
6 changed files with 49 additions and 16 deletions

View File

@@ -1510,7 +1510,7 @@ static bool LoadOldMapPart2(LoadgameState *ls, int num)
uint i;
for (i = 0; i < OLD_MAP_SIZE; i++) {
_m[i].type_height = ReadByte(ls);
_m[i].type = ReadByte(ls);
}
for (i = 0; i < OLD_MAP_SIZE; i++) {
_m[i].m5 = ReadByte(ls);