[Scummvm-git-logs] scummvm master -> d5df6f0d7e70f47cfa76470342a02e5b5c3633d6
dreammaster
dreammaster at scummvm.org
Sun Mar 25 03:34:11 CEST 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:
d5df6f0d7e XEEN: Fix clipping right edge of current monster highlight box
Commit: d5df6f0d7e70f47cfa76470342a02e5b5c3633d6
https://github.com/scummvm/scummvm/commit/d5df6f0d7e70f47cfa76470342a02e5b5c3633d6
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-24T21:34:06-04:00
Commit Message:
XEEN: Fix clipping right edge of current monster highlight box
Changed paths:
engines/xeen/interface.cpp
diff --git a/engines/xeen/interface.cpp b/engines/xeen/interface.cpp
index 6c7cc3e..9255af0 100644
--- a/engines/xeen/interface.cpp
+++ b/engines/xeen/interface.cpp
@@ -1498,7 +1498,7 @@ void Interface::doCombat() {
// Write out the description of the monsters being battled
w.writeString(combat.getMonsterDescriptions());
_combatIcons.draw(0, 32, Common::Point(233, combat._attackDurationCtr * 10 + 27),
- SPRFLAG_800, 1);
+ SPRFLAG_800, 0);
w.update();
// Wait for keypress
More information about the Scummvm-git-logs
mailing list