- fix last commit - somehow it pushed an old version of the fix (yet again?...) - this is the proper fix.

This commit is contained in:
Rachael Alexanderson 2017-08-19 06:02:56 -04:00
parent dae83f989b
commit 45d5eac6ad

View file

@ -64,8 +64,6 @@
#include "textures.h"
#include "vm.h"
EXTERN_CVAR(Int, screenblocks)
CUSTOM_CVAR(Int, uiscale, 0, CVAR_ARCHIVE | CVAR_NOINITCALL)
{
if (self < 0)
@ -77,7 +75,7 @@ CUSTOM_CVAR(Int, uiscale, 0, CVAR_ARCHIVE | CVAR_NOINITCALL)
{
StatusBar->CallScreenSizeChanged();
}
R_SetViewSize(screenblocks);
setsizeneeded = true;
}
int GetUIScale(int altval)