- fixed: Trying to pick up an object of the Ammo base class caused a crash.

SVN r1804 (trunk)
This commit is contained in:
Christoph Oelckers 2009-09-06 21:32:57 +00:00
parent 74e3502185
commit b07445d149
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
September 6, 2009 (Changes by Graf Zahl)
- fixed: Trying to pick up an object of the Ammo base class caused a crash.
- changed line_t's sidenum into sidedef pointers.
- changed side_t's linenum into a linedef pointer.
- Added PinkSilver's SetActorVelocity code submission (with optimizations.)