mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Fix typo preventing display of Rogue "dmflag" options.
This commit is contained in:
parent
31627ef68b
commit
feeba61721
1 changed files with 1 additions and 1 deletions
|
@ -3397,7 +3397,7 @@ DMOptions_MenuInit(void)
|
||||||
Menu_AddItem(&s_dmoptions_menu, &s_quad_drop_box);
|
Menu_AddItem(&s_dmoptions_menu, &s_quad_drop_box);
|
||||||
Menu_AddItem(&s_dmoptions_menu, &s_friendlyfire_box);
|
Menu_AddItem(&s_dmoptions_menu, &s_friendlyfire_box);
|
||||||
|
|
||||||
if (M_IsGame("rogueg"))
|
if (M_IsGame("rogue"))
|
||||||
{
|
{
|
||||||
Menu_AddItem(&s_dmoptions_menu, &s_no_mines_box);
|
Menu_AddItem(&s_dmoptions_menu, &s_no_mines_box);
|
||||||
Menu_AddItem(&s_dmoptions_menu, &s_no_nukes_box);
|
Menu_AddItem(&s_dmoptions_menu, &s_no_nukes_box);
|
||||||
|
|
Loading…
Reference in a new issue