mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
- Set explicit positioning for the gameplay options menu instead of relying on the automatic
positioning. SVN r2506 (trunk)
This commit is contained in:
parent
3416a7fc47
commit
0749466d2d
1 changed files with 1 additions and 1 deletions
|
@ -1090,7 +1090,7 @@ static menu_t DMFlagsMenu =
|
|||
"GAMEPLAY OPTIONS",
|
||||
0,
|
||||
countof(DMFlagsItems),
|
||||
0,
|
||||
222,
|
||||
DMFlagsItems,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue