[Scummvm-git-logs] scummvm master -> 8fdf592fe12760150bffd309ed0839d8107c75cb

dreammaster dreammaster at scummvm.org
Sat May 5 01:41:33 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:
8fdf592fe1 XEEN: Fix frame calculation for UI border heads when shaking


Commit: 8fdf592fe12760150bffd309ed0839d8107c75cb
    https://github.com/scummvm/scummvm/commit/8fdf592fe12760150bffd309ed0839d8107c75cb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-05-04T19:41:29-04:00

Commit Message:
XEEN: Fix frame calculation for UI border heads when shaking

Changed paths:
    engines/xeen/interface.cpp


diff --git a/engines/xeen/interface.cpp b/engines/xeen/interface.cpp
index c288bbb..219ecab 100644
--- a/engines/xeen/interface.cpp
+++ b/engines/xeen/interface.cpp
@@ -1376,7 +1376,7 @@ void Interface::assembleBorder() {
 
 	_face2UIFrame = (_face2UIFrame + 1) % 4 + 12;
 	if (_face2State == 0)
-		_face2UIFrame += 252;
+		_face2UIFrame - 3;
 	else if (_face2State == 2)
 		_face2UIFrame = 8;
 





More information about the Scummvm-git-logs mailing list