mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 06:53:58 +00:00
- fixed bad default for scaleoverride.
This commit is contained in:
parent
6e0e221804
commit
b28c984075
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ void M_PreviousMenu ();
|
|||
void M_ParseMenuDefs();
|
||||
void M_StartupEpisodeMenu(FGameStartup *gs);
|
||||
void M_StartupSkillMenu(FGameStartup *gs);
|
||||
void M_StartControlPanel (bool makeSound, bool scaleoverride = true);
|
||||
void M_StartControlPanel (bool makeSound, bool scaleoverride = false);
|
||||
void M_SetMenu(FName menu, int param = -1);
|
||||
void M_StartMessage(const char *message, int messagemode, FName action = NAME_None);
|
||||
DMenu *StartPickerMenu(DMenu *parent, const char *name, FColorCVar *cvar);
|
||||
|
|
Loading…
Reference in a new issue