Browse Source

make the mana flask use the correct background

pull/25/head
Andrew Dunstan 8 years ago committed by Anders Jenbo
parent
commit
053bcdb6b2
  1. 2
      Source/control.cpp

2
Source/control.cpp

@ -1077,7 +1077,7 @@ void __cdecl UpdateManaFlask()
if ( filled > 69 )
filled = 69;
if ( filled != 69 )
SetFlaskHeight(pLifeBuff, 16, 85 - filled, 160 + 368, 512);
SetFlaskHeight(pManaBuff, 16, 85 - filled, 160 + 368, 512);
if ( filled )
DrawPanelBox(96 + 368, 85 - filled, 88, filled, 160 + 368, 581 - filled);

Loading…
Cancel
Save