- Fixed: Monsters should not check the inventory for damage absorbtion when
they have the MF5_NODAMAGE flag set. - Added patch for saving automap zoom. SVN r1587 (trunk)
This commit is contained in:
parent
eb52c9a90e
commit
b55ca6ffaa
5 changed files with 8 additions and 3 deletions
|
|
@ -1912,4 +1912,6 @@ void AM_SerializeMarkers(FArchive &arc)
|
|||
{
|
||||
arc << markpoints[i].x << markpoints[i].y;
|
||||
}
|
||||
arc << scale_mtof;
|
||||
arc << scale_ftom;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue