mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-21 19:00:56 +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",
|
"GAMEPLAY OPTIONS",
|
||||||
0,
|
0,
|
||||||
countof(DMFlagsItems),
|
countof(DMFlagsItems),
|
||||||
0,
|
222,
|
||||||
DMFlagsItems,
|
DMFlagsItems,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue