mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove cv_showinputjoy (unused)
This commit is contained in:
parent
2641ba2380
commit
1f3b5dea0a
2 changed files with 0 additions and 2 deletions
|
|
@ -445,7 +445,6 @@ consvar_t cv_showfocuslost = Player("showfocuslost", "Yes").yes_no();
|
||||||
void R_SetViewSize(void);
|
void R_SetViewSize(void);
|
||||||
consvar_t cv_showhud = Player("showhud", "Yes").yes_no().onchange(R_SetViewSize).dont_save();
|
consvar_t cv_showhud = Player("showhud", "Yes").yes_no().onchange(R_SetViewSize).dont_save();
|
||||||
|
|
||||||
consvar_t cv_showinputjoy = Player("showinputjoy", "Off").on_off().dont_save();
|
|
||||||
consvar_t cv_skybox = Player("skybox", "On").on_off();
|
consvar_t cv_skybox = Player("skybox", "On").on_off();
|
||||||
|
|
||||||
// Display song credits
|
// Display song credits
|
||||||
|
|
|
||||||
|
|
@ -927,7 +927,6 @@ extern tic_t g_fast_forward;
|
||||||
|
|
||||||
#include "d_clisrv.h"
|
#include "d_clisrv.h"
|
||||||
|
|
||||||
extern consvar_t cv_showinputjoy; // display joystick in time attack
|
|
||||||
extern consvar_t cv_forceskin; // force clients to use the server's skin
|
extern consvar_t cv_forceskin; // force clients to use the server's skin
|
||||||
extern consvar_t cv_downloading; // allow clients to downloading WADs.
|
extern consvar_t cv_downloading; // allow clients to downloading WADs.
|
||||||
extern consvar_t cv_nettimeout; // SRB2Kart: Advanced server options menu
|
extern consvar_t cv_nettimeout; // SRB2Kart: Advanced server options menu
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue