- Set explicit positioning for the gameplay options menu instead of relying on the automatic

positioning.

SVN r2506 (trunk)
This commit is contained in:
Randy Heit 2010-08-11 04:00:38 +00:00
parent 3416a7fc47
commit 0749466d2d

View file

@ -1090,7 +1090,7 @@ static menu_t DMFlagsMenu =
"GAMEPLAY OPTIONS", "GAMEPLAY OPTIONS",
0, 0,
countof(DMFlagsItems), countof(DMFlagsItems),
0, 222,
DMFlagsItems, DMFlagsItems,
}; };