mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Consistent naming
This commit is contained in:
parent
79c918eefb
commit
a737500f89
1 changed files with 1 additions and 1 deletions
|
@ -1482,7 +1482,7 @@ Options_MenuInit(void)
|
||||||
s_options_oggshuffle_box.generic.type = MTYPE_SPINCONTROL;
|
s_options_oggshuffle_box.generic.type = MTYPE_SPINCONTROL;
|
||||||
s_options_oggshuffle_box.generic.x = 0;
|
s_options_oggshuffle_box.generic.x = 0;
|
||||||
s_options_oggshuffle_box.generic.y = 30;
|
s_options_oggshuffle_box.generic.y = 30;
|
||||||
s_options_oggshuffle_box.generic.name = "Shuffle";
|
s_options_oggshuffle_box.generic.name = "OGG shuffle";
|
||||||
s_options_oggshuffle_box.generic.callback = OGGShuffleFunc;
|
s_options_oggshuffle_box.generic.callback = OGGShuffleFunc;
|
||||||
s_options_oggshuffle_box.itemnames = ogg_shuffle;
|
s_options_oggshuffle_box.itemnames = ogg_shuffle;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue