- move hud scale CVARs to the backend.
This commit is contained in:
parent
9076145319
commit
a084667bed
4 changed files with 26 additions and 21 deletions
|
|
@ -2961,6 +2961,14 @@ static void System_SetTransition(int type)
|
|||
if (type != wipe_None) wipegamestate = type == wipe_Burn? GS_FORCEWIPEBURN : type == wipe_Fade? GS_FORCEWIPEFADE : GS_FORCEWIPEMELT;
|
||||
}
|
||||
|
||||
static void System_HudScaleChanged()
|
||||
{
|
||||
if (StatusBar)
|
||||
{
|
||||
StatusBar->SetScale();
|
||||
setsizeneeded = true;
|
||||
}
|
||||
}
|
||||
|
||||
bool CheckSkipGameOptionBlock(const char* str);
|
||||
|
||||
|
|
@ -3531,6 +3539,7 @@ static int D_DoomMain_Internal (void)
|
|||
System_StartCutscene,
|
||||
System_SetTransition,
|
||||
CheckCheatmode,
|
||||
System_HudScaleChanged,
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue