mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
my bad, no such thing as gl_loadlit, it's r_loadlit
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3501 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bfc4c15d48
commit
b3511f7ea2
1 changed files with 3 additions and 3 deletions
|
@ -1148,13 +1148,13 @@ qboolean M_VideoApplyShadowLighting (union menuoption_s *op,struct menu_s *menu,
|
|||
switch(info->loadlitcombo->selectedoption)
|
||||
{
|
||||
case 0:
|
||||
Cbuf_AddText("gl_loadlit 0\n", RESTRICT_LOCAL);
|
||||
Cbuf_AddText("r_loadlit 0\n", RESTRICT_LOCAL);
|
||||
break;
|
||||
case 1:
|
||||
Cbuf_AddText("gl_loadlit 1\n", RESTRICT_LOCAL);
|
||||
Cbuf_AddText("r_loadlit 1\n", RESTRICT_LOCAL);
|
||||
break;
|
||||
case 2:
|
||||
Cbuf_AddText("gl_loadlit 2\n", RESTRICT_LOCAL);
|
||||
Cbuf_AddText("r_loadlit 2\n", RESTRICT_LOCAL);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue