- 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

@ -83,7 +83,6 @@
#include "gameconfigfile.h"
#include "sbar.h"
#include "decallib.h"
#include "version.h"
#include "r_polymost.h"
#include "version.h"
#include "v_text.h"