mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Ein logkfehler. 1 ist falsch, es muss loop heißen
This commit is contained in:
parent
0be2be20f1
commit
2a96ab56b9
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ static void ControlsSetMenuItemValues( void )
|
|||
s_options_oggvolume_box.curvalue = Cvar_VariableValue("ogg_enable");
|
||||
|
||||
cvar_t *ogg;
|
||||
ogg = Cvar_Get("ogg_sequence", "1", CVAR_ARCHIVE);
|
||||
ogg = Cvar_Get("ogg_sequence", "loop", CVAR_ARCHIVE);
|
||||
if(!strcmp(ogg->string, "random"))
|
||||
s_options_cdshuffle_box.curvalue = 1;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue