oldloader.c
changeset 2360 09e42e4ee139
parent 2186 461a2aff3486
child 2452 0960df1a61b4
--- a/oldloader.c	Tue Aug 23 07:28:45 2005 +0000
+++ b/oldloader.c	Tue Aug 23 18:47:04 2005 +0000
@@ -1400,7 +1400,7 @@
 	uint i;
 
 	for (i = 0; i < OLD_MAP_SIZE; i++) {
-		_m[i].owner = ReadByte(ls);
+		_m[i].m1 = ReadByte(ls);
 	}
 	for (i = 0; i < OLD_MAP_SIZE; i++) {
 		_m[i].m2 = ReadByte(ls);