One d3d renderer.
Wonder how much this breaks. Place your bets now. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2501 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b8b56f03cc
commit
1f9484f93d
68 changed files with 14908 additions and 4365 deletions
|
@ -137,7 +137,7 @@ void M_MenuS_Slider_f (void)
|
|||
cvar = Cvar_Get(cvarname, text, 0, "User variables");
|
||||
if (!cvar)
|
||||
return;
|
||||
MC_AddSlider(menu_script, x, y, text, cvar, min, max);
|
||||
MC_AddSlider(menu_script, x, y, text, cvar, min, max, 0);
|
||||
}
|
||||
|
||||
void M_MenuS_Picture_f (void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue