mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed display mode menu.
SVN r1644 (trunk)
This commit is contained in:
parent
a1aba60d8d
commit
3366a8994d
1 changed files with 1 additions and 2 deletions
|
@ -975,8 +975,7 @@ static menuitem_t ModesItems[] = {
|
|||
{ redtext, VMTestText, {NULL}, {0.0}, {0.0}, {0.0}, {NULL} },
|
||||
};
|
||||
|
||||
#define VM_DEPTHITEM 0
|
||||
#define VM_ASPECTITEM 0
|
||||
#define VM_ASPECTITEM 1
|
||||
#define VM_RESSTART 5
|
||||
#define VM_ENTERLINE 15
|
||||
#define VM_TESTLINE 17
|
||||
|
|
Loading…
Reference in a new issue