[Scummvm-git-logs] scummvm master -> 600fe749c5a6c680ac4bb515a28ae94985536d1d
dreammaster
dreammaster at scummvm.org
Fri Nov 10 12:09:34 CET 2017
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:
600fe749c5 XEEN: Fix animation of wall torches
Commit: 600fe749c5a6c680ac4bb515a28ae94985536d1d
https://github.com/scummvm/scummvm/commit/600fe749c5a6c680ac4bb515a28ae94985536d1d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-11-10T06:09:30-05:00
Commit Message:
XEEN: Fix animation of wall torches
Changed paths:
engines/xeen/interface_map.cpp
diff --git a/engines/xeen/interface_map.cpp b/engines/xeen/interface_map.cpp
index 1ada1c6..dc6cec3 100644
--- a/engines/xeen/interface_map.cpp
+++ b/engines/xeen/interface_map.cpp
@@ -4284,7 +4284,7 @@ void InterfaceMap::drawIndoors() {
_indoorList._fwl_1F1R._sprites = &map._wallSprites._fwl2;
} else if (_wo[167]) {
_indoorList._fwl_1F1R._frame = _overallFrame + 1;
- _indoorList._fwl_1F1R._sprites = &map._wallSprites._fwl2;
+ _indoorList._fwl_1F1R._sprites = &map._wallSprites._fwl1;
} else if (_wo[127]) {
_indoorList._fwl_1F1R._frame = 1;
_indoorList._fwl_1F1R._sprites = &map._wallSprites._fwl2;
More information about the Scummvm-git-logs
mailing list