- Fixed: P_FindFloorCeiling may not call P_PointInSector if called from

P_SpawnMapThing. It must use the values the actor has been initialized to
  by LinkToWorldForMapThing.


SVN r1488 (trunk)
This commit is contained in:
Christoph Oelckers 2009-03-19 11:24:14 +00:00
commit ca454bfeb3
2 changed files with 30 additions and 9 deletions

View file

@ -1,4 +1,9 @@
March 17, 2009
March 18, 2009 (Changes by Graf Zahl)
- Fixed: P_FindFloorCeiling may not call P_PointInSector if called from
P_SpawnMapThing. It must use the values the actor has been initialized to
by LinkToWorldForMapThing.
March 17, 2009
- Added the -norun parameter to quit the game just before video
initialization. To be used to check for errors in scripts without actually
running the game.