- update window title with current level name

This commit is contained in:
Rachael Alexanderson 2019-12-25 09:52:57 -05:00
commit 2e467bd239
3 changed files with 26 additions and 7 deletions

View file

@ -110,6 +110,7 @@ extern uint8_t globalfreeze, globalchangefreeze;
#define PCLS_ID MAKE_ID('p','c','L','s')
void G_VerifySkill();
void I_UpdateWindowTitle();
CUSTOM_CVAR(Bool, gl_brightfog, false, CVAR_ARCHIVE | CVAR_NOINITCALL)
{
@ -1060,7 +1061,7 @@ void G_DoLoadLevel(const FString &nextmapname, int position, bool autosave, bool
C_FlushDisplay();
P_ResetSightCounters(true);
I_UpdateWindowTitle();
}
void FLevelLocals::DoLoadLevel(const FString &nextmapname, int position, bool autosave, bool newGame)