Limit ui_smallFont/ui_bigFont/cg_noTaunt cvars to missionpack

ui_smallFont and ui_bigFont are for missionpack HUD font size
selection. cg_noTaunt disables missionpack taunt voice chats.
This commit is contained in:
Zack Middleton 2017-09-02 17:39:45 -05:00
parent 2c22ead078
commit 5d88c6fdee
2 changed files with 8 additions and 2 deletions

View file

@ -1167,9 +1167,11 @@ extern vmCvar_t cg_timescaleFadeEnd;
extern vmCvar_t cg_timescaleFadeSpeed;
extern vmCvar_t cg_timescale;
extern vmCvar_t cg_cameraMode;
#ifdef MISSIONPACK
extern vmCvar_t cg_smallFont;
extern vmCvar_t cg_bigFont;
extern vmCvar_t cg_noTaunt;
#endif
extern vmCvar_t cg_noProjectileTrail;
extern vmCvar_t cg_oldRail;
extern vmCvar_t cg_oldRocket;