diff options
Diffstat (limited to 'source/cl_ents.c')
-rw-r--r-- | source/cl_ents.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/cl_ents.c b/source/cl_ents.c index bd49da9..1a84c98 100644 --- a/source/cl_ents.c +++ b/source/cl_ents.c @@ -128,6 +128,10 @@ void CL_DeltaFrame( void ) { if( cl.oldframe.ps.stats[STAT_LAYOUTS] != cl.frame.ps.stats[STAT_LAYOUTS] ) { cl.putaway = qfalse; } + + if( cl.oldframe.ps.pmove.pm_type != cl.frame.ps.pmove.pm_type ) { + IN_Activate(); + } } |