diff options
author | Tim Angus <tim@ngus.net> | 2003-02-18 23:04:19 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-02-18 23:04:19 +0000 |
commit | 9dea4c3a9f9ef389a79a40e7476527932c73a597 (patch) | |
tree | d975a1bf95f2c912863e2124ea8136f0577fbedc /src/game/g_client.c | |
parent | 60039773d1b63e460337f87c4e7915fbaae6bedf (diff) |
* Removed debug output
Diffstat (limited to 'src/game/g_client.c')
-rw-r--r-- | src/game/g_client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c index 4ea52828..77846960 100644 --- a/src/game/g_client.c +++ b/src/game/g_client.c @@ -769,7 +769,6 @@ void SpawnCorpse( gentity_t *ent ) } else { - G_Printf( "nonsegmented death\n" ); switch( body->s.legsAnim & ~ANIM_TOGGLEBIT ) { case NSPA_DEATH1: |