[Scummvm-git-logs] scummvm master -> 7451fc50d3f8826151ba062231773c5c80c68ee1

dreammaster paulfgilbert at gmail.com
Sun Sep 13 03:08:15 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:
7451fc50d3 XEEN: Fix animation of border faces during clairvoyance


Commit: 7451fc50d3f8826151ba062231773c5c80c68ee1
    https://github.com/scummvm/scummvm/commit/7451fc50d3f8826151ba062231773c5c80c68ee1
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-09-12T20:08:07-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 f475953bf5..e14909e968 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -132,6 +132,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