[Scummvm-git-logs] scummvm branch-2-2 -> f19dd7b2f4e1b0dae497396c7407aac08cb09623
dreammaster
paulfgilbert at gmail.com
Sun Sep 13 03:08:59 UTC 2020
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:
f19dd7b2f4 XEEN: Fix animation of border faces during clairvoyance
Commit: f19dd7b2f4e1b0dae497396c7407aac08cb09623
https://github.com/scummvm/scummvm/commit/f19dd7b2f4e1b0dae497396c7407aac08cb09623
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-09-12T20:08:40-07:00
Commit Message:
XEEN: Fix animation of border faces during clairvoyance
Changed paths:
NEWS.md
engines/xeen/interface.cpp
diff --git a/NEWS.md b/NEWS.md
index f686b6c5b7..414fdf7715 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -124,6 +124,7 @@ For a more comprehensive changelog of the latest experimental code, see:
- Fix incorrect mirror destination for Dragon Tower
- Fix crash reading book in Great Pyramid safe
- Prevent attributes from going negative
+ - Fix border faces animation during Clairvoyance
ZVision:
- Fixed regression in the safe puzzle in Zork Nemesis: The Forbidden Lands.
diff --git a/engines/xeen/interface.cpp b/engines/xeen/interface.cpp
index 69a574772e..7d49d4b5e7 100644
--- a/engines/xeen/interface.cpp
+++ b/engines/xeen/interface.cpp
@@ -159,7 +159,7 @@ Interface::Interface(XeenEngine *vm) : ButtonContainer(vm), InterfaceScene(vm),
_levitateUIFrame = 0;
_spotDoorsUIFrame = 0;
_dangerSenseUIFrame = 0;
- _face1State = _face2State = 0;
+ _face1State = _face2State = 2;
_upDoorText = false;
_tillMove = 0;
_iconsMode = ICONS_STANDARD;
More information about the Scummvm-git-logs
mailing list