mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-11 12:40:45 +00:00
videomenu.c: consistent capitalization.
This commit is contained in:
parent
5b6f351e67
commit
0973c1de10
1 changed files with 3 additions and 3 deletions
|
@ -225,7 +225,7 @@ VID_MenuInit(void)
|
|||
"[1920 1080]",
|
||||
"[1920 1200]",
|
||||
"[2048 1536]",
|
||||
"[Custom ]",
|
||||
"[custom ]",
|
||||
0
|
||||
};
|
||||
|
||||
|
@ -236,12 +236,12 @@ VID_MenuInit(void)
|
|||
};
|
||||
|
||||
static const char *aspect_names[] = {
|
||||
"Auto",
|
||||
"auto",
|
||||
"4:3",
|
||||
"5:4",
|
||||
"16:10",
|
||||
"16:9",
|
||||
"Custom",
|
||||
"custom",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue