summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2009-10-17 23:52:55 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:54 +0000
commit2224d0603db8df4126421f20486518d0b1e6b99a (patch)
treeb020e703699cf9d20e93e3a54db93a4f097184b6 /src/cgame
parent6656710cba61c602bfaf01ed506ee5c57859ab0e (diff)
* See what the grammar nazis made me do?
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index 29bafda5..32254cf5 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -54,6 +54,7 @@ static void CG_Obituary( entityState_t *ent )
CG_Error( "CG_Obituary: target out of range" );
ci = &cgs.clientinfo[ target ];
+ gender = ci->gender;
if( attacker < 0 || attacker >= MAX_CLIENTS )
{
@@ -143,7 +144,6 @@ static void CG_Obituary( entityState_t *ent )
if( attacker == target )
{
- gender = ci->gender;
switch( mod )
{
case MOD_FLAMER_SPLASH: