mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-25 22:10:59 +00:00
Fix aspect menu options.
This commit is contained in:
parent
dc9e06a13f
commit
3d4bbe6c31
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@ VID_MenuInit(void)
|
|||
"4:3",
|
||||
"16:10",
|
||||
"16:9",
|
||||
"Custom"
|
||||
"Custom",
|
||||
0
|
||||
};
|
||||
|
||||
if (!gl_driver)
|
||||
|
|
Loading…
Reference in a new issue