- Exhumed: Fix positioning of air level meter when underwater.

* Fixes #103.
This commit is contained in:
Mitchell Richters 2020-10-06 16:19:01 +11:00
parent afea519b10
commit d5bd7ba309

View file

@ -892,7 +892,7 @@ private:
// draw the blue air level meter when underwater (but not responsible for animating the breathing lungs otherwise)
if (SectFlag[nPlayerViewSect[nLocalPlayer]] & kSectUnderwater)
{
DrawStatusSequence(nStatusSeqOffset + 133, airframe, 0, -32);
DrawStatusSequence(nStatusSeqOffset + 133, airframe, 0, 0.5);
}