mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-07 09:01:57 +00:00
- removed some unused code from shared_hud.cpp.
SVN r703 (trunk)
This commit is contained in:
parent
e8d38ad683
commit
d13fdec9bf
1 changed files with 0 additions and 3 deletions
|
@ -808,9 +808,6 @@ void DrawHUD()
|
||||||
hudheight=SCREENHEIGHT;
|
hudheight=SCREENHEIGHT;
|
||||||
}
|
}
|
||||||
|
|
||||||
float blend[4] = {0,0,0,0};
|
|
||||||
StatusBar->BlendView (blend);
|
|
||||||
|
|
||||||
if (!automapactive)
|
if (!automapactive)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in a new issue