From 053bcdb6b20beeed62a8ccd01c8ce0e4d5233b58 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sun, 14 Oct 2018 05:16:04 +1100 Subject: [PATCH] make the mana flask use the correct background --- Source/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/control.cpp b/Source/control.cpp index ecbea7fee..97745fe90 100644 --- a/Source/control.cpp +++ b/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);