- Added a missing NULL pointer check to APlayerPawn::Tick.

- Fixed: The falling scream should not be played when the player is under
  water.


SVN r120 (trunk)
This commit is contained in:
Christoph Oelckers 2006-05-16 17:53:15 +00:00
commit 2ad91cc973
4 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,8 @@
May 16, 2006 (Changes by Graf Zahl)
- Added a missing NULL pointer check to APlayerPawn::Tick.
- Fixed: The falling scream should not be played when the player is under
water.
May 15, 2006
- Fixed: CopyPlayer() in p_saveg.cpp should use normal assignment, not
memcpy to copy the player structures.