mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 04:00:53 +00:00
- Exhumed: Fix positioning of air level meter when underwater.
* Fixes #103.
This commit is contained in:
parent
afea519b10
commit
d5bd7ba309
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ private:
|
||||||
// draw the blue air level meter when underwater (but not responsible for animating the breathing lungs otherwise)
|
// draw the blue air level meter when underwater (but not responsible for animating the breathing lungs otherwise)
|
||||||
if (SectFlag[nPlayerViewSect[nLocalPlayer]] & kSectUnderwater)
|
if (SectFlag[nPlayerViewSect[nLocalPlayer]] & kSectUnderwater)
|
||||||
{
|
{
|
||||||
DrawStatusSequence(nStatusSeqOffset + 133, airframe, 0, -32);
|
DrawStatusSequence(nStatusSeqOffset + 133, airframe, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue