Always draw the full original status bar fully instead of in patches.

It seems like I broke the blitty/patchy way of drawing it with one of
the last commits.

git-svn-id: https://svn.eduke32.com/eduke32@2926 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-08-19 12:55:35 +00:00
parent ea74aad3a6
commit d83de40608

View file

@ -1494,9 +1494,14 @@ static void G_DrawStatusBar(int32_t snum)
}
}
}
#if 0
if (u == 0)
return;
#else
// FIXME: full status bar draws rectangles in the wrong places when it's
// updated partially.
u = -1;
#endif
//0 - update health
//1 - update armor