- removed redundant local variable in SW status bar code.

This commit is contained in:
Christoph Oelckers 2020-11-08 09:11:18 +01:00
parent 7f0d94798d
commit 40a9a4c86d

View file

@ -1082,8 +1082,6 @@ void DrawConString(int x, int y, const char* string, double alpha)
void UpdateStatusBar()
{
DSWStatusBar sbar;
if (hud_size <= Hud_Stbar)
{
UpdateFrame();