diff options
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r-- | src/cgame/cg_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index 1797b972..eab3d0f2 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -1757,6 +1757,7 @@ void CG_Init( int serverMessageNum, int serverCommandSequence, int clientNum ) CG_LoadHudMenu( ); // load new hud stuff cg.weaponSelect = WP_NONE; + cg.boostedTime = -1; // old servers |