[Scummvm-git-logs] scummvm master -> 40f6eea6243d7936b5709192fc29dd773ffdebbd

dreammaster dreammaster at scummvm.org
Sat Feb 17 02:14:21 CET 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
40f6eea624 XEEN: Fix default color of resistence gems in the UI


Commit: 40f6eea6243d7936b5709192fc29dd773ffdebbd
    https://github.com/scummvm/scummvm/commit/40f6eea6243d7936b5709192fc29dd773ffdebbd
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-02-16T20:14:22-05:00

Commit Message:
XEEN: Fix default color of resistence gems in the UI

Changed paths:
    engines/xeen/interface.cpp


diff --git a/engines/xeen/interface.cpp b/engines/xeen/interface.cpp
index 2f12c4e..7481c1a 100644
--- a/engines/xeen/interface.cpp
+++ b/engines/xeen/interface.cpp
@@ -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,





More information about the Scummvm-git-logs mailing list