Added cl_fakeshaft -> cl_truelightning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2693 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3629c87b3b
commit
b23217d785
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@ int Plug_ExecuteCommand(int *args)
|
|||
else if (!strcmp("gl_lighting_vertex", cmd)) cvar = "r_vertexlight";
|
||||
else if (!strcmp("bgmvolume", cmd)) cvar = "musicvolume";
|
||||
else if (!strcmp("scr_menualpha", cmd)) cvar = "scr_conalpha";
|
||||
else if (!strcmp("cl_fakeshaft", cmd)) cvar = "cl_truelightning";
|
||||
else cvar = NULL;
|
||||
|
||||
if (cvar)
|
||||
|
@ -128,6 +129,7 @@ void ezScript_InitCommands(void) // not really needed actually
|
|||
Cmd_AddCommand("scr_conback");
|
||||
//misc
|
||||
Cmd_AddCommand("cl_bonusflash");
|
||||
Cmd_AddCommand("cl_fakeshaft");
|
||||
Cmd_AddCommand("r_floorcolor");
|
||||
Cmd_AddCommand("r_wallcolor");
|
||||
//gamma
|
||||
|
|
Loading…
Reference in a new issue