- Fixed: A_ThrowGrenade used the same code as the old fighter flechette, so

it was just as broken at aiming up and down.


SVN r2062 (trunk)
This commit is contained in:
Randy Heit 2009-12-31 06:13:47 +00:00
commit bcbf4c3c84
2 changed files with 30 additions and 10 deletions

View file

@ -1,3 +1,7 @@
December 30, 2009
- Fixed: A_ThrowGrenade used the same code as the old fighter flechette, so
it was just as broken at aiming up and down.
December 30, 2009 (Changes by Graf Zahl)
- fixed: Movement performed by actor movers was not interpolated because
it happened outside the moved actor's Tick function. This got particularly