Skip to content

Commit

Permalink
XEEN: Fix right border face after getting temple blessing
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Mar 26, 2018
1 parent ed7505a commit 7c818d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/xeen/interface.cpp
Expand Up @@ -1361,7 +1361,7 @@ void Interface::assembleBorder() {
if (_face2State == 0)
_face2UIFrame += 252;
else if (_face2State == 2)
_face2UIFrame = 0;
_face2UIFrame = 8;

if (!_vm->_party->_clairvoyanceActive) {
_face1UIFrame = 0;
Expand Down

0 comments on commit 7c818d6

Please sign in to comment.