Ein logkfehler. 1 ist falsch, es muss loop heißen

This commit is contained in:
Yamagi Burmeister 2009-10-28 16:31:07 +00:00
parent 0be2be20f1
commit 2a96ab56b9
1 changed files with 1 additions and 1 deletions

View File

@ -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