mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
XEEN: Fix default color of resistence gems in the UI
This commit is contained in:
parent
026382c2ca
commit
40f6eea624
@ -1372,7 +1372,7 @@ void Interface::assembleBorder() {
|
||||
|
||||
// Draw resistence indicators
|
||||
if (!windows[10]._enabled && !windows[2]._enabled
|
||||
&& windows[38]._enabled) {
|
||||
&& !windows[38]._enabled) {
|
||||
_fecpSprites.draw(0, _vm->_party->_fireResistence ? 1 : 0,
|
||||
Common::Point(2, 2));
|
||||
_fecpSprites.draw(0, _vm->_party->_electricityResistence ? 3 : 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user