- Fixed: A_Explode wants the distance parameter as an int, not a fixed_t.

- some minor DECORATE fixes.


SVN r1173 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-16 08:11:39 +00:00
commit fcdef6a0de
9 changed files with 20 additions and 15 deletions

View file

@ -1,3 +1,7 @@
August 16, 2008 (Changes by Graf Zahl)
- Fixed: A_Explode wants the distance parameter as an int, not a fixed_t.
- some minor DECORATE fixes.
August 14, 2008 (Changes by Graf Zahl)
- Fixed: The count parameter of A_Jump is a constant, not an expression.
- Fixed: A_Jump used a wrong index into the jump address table.