summaryrefslogtreecommitdiff
path: root/src/cgame/cg_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_event.c')
-rw-r--r--src/cgame/cg_event.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index f2d64601..b89c8e7c 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -905,7 +905,10 @@ void CG_EntityEvent( centity_t *cent, vec3_t position )
}
if( es->number == cg.clientNum )
+ {
+ CG_ResetPainBlend( );
cg.spawnTime = cg.time;
+ }
break;
case EV_ALIEN_EVOLVE_FAILED: