This commit is contained in:
Daveo 2000-12-11 21:29:59 +00:00
parent 091c8f2ada
commit e2c1ddcb20
17 changed files with 156 additions and 72 deletions

View file

@ -31,7 +31,7 @@ int Height;
{
sMapElem ThisElem;
File->Read(&ThisElem,sizeof(sMapElem));
Set(X,Y,ThisElem);
Set(X,Y,ThisElem,TRUE);
}
}
@ -296,5 +296,4 @@ int Height=GetHeight();
}
}
}
}