mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
Fixed crash after restart CCMD
This commit is contained in:
parent
d50ba4954a
commit
bfaa09c429
1 changed files with 4 additions and 1 deletions
|
@ -109,8 +109,11 @@ CUSTOM_CVAR (Int, am_emptyspacemargin, 0, CVAR_ARCHIVE)
|
||||||
self = 90;
|
self = 90;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (nullptr != StatusBar)
|
||||||
|
{
|
||||||
AM_NewResolution();
|
AM_NewResolution();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue