mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 04:00:42 +00:00
parent
9a5a32c826
commit
8e070343c5
2 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,7 @@ void GameInterface::Render()
|
||||||
|
|
||||||
DrawView(smoothratio);
|
DrawView(smoothratio);
|
||||||
DrawStatusBar();
|
DrawStatusBar();
|
||||||
DrawCrosshair(MAXTILES, PlayerList[nLocalPlayer].nHealth >> 3, -PlayerList[nLocalPlayer].angle.look_anghalf(smoothratio), 0, 1);
|
DrawCrosshair(kCrosshairTile, PlayerList[nLocalPlayer].nHealth >> 3, -PlayerList[nLocalPlayer].angle.look_anghalf(smoothratio), 0, 1);
|
||||||
|
|
||||||
if (paused && !M_Active())
|
if (paused && !M_Active())
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
x(CrosshairTile, 1579)
|
||||||
x(SkullJaw, 3437)
|
x(SkullJaw, 3437)
|
||||||
x(PowerslaveLogo, 3442)
|
x(PowerslaveLogo, 3442)
|
||||||
x(MenuNewGameTile, 3460)
|
x(MenuNewGameTile, 3460)
|
||||||
|
|
Loading…
Reference in a new issue