[Scummvm-cvs-logs] scummvm master -> 95601de6d7995ed270eefb62831c2b7d651beabf
eriktorbjorn
eriktorbjorn at telia.com
Wed May 1 16:56:01 CEST 2013
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:
95601de6d7 KYRA: Fix loading from the Kyrandia 2 title menu
Commit: 95601de6d7995ed270eefb62831c2b7d651beabf
https://github.com/scummvm/scummvm/commit/95601de6d7995ed270eefb62831c2b7d651beabf
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2013-05-01T07:54:25-07:00
Commit Message:
KYRA: Fix loading from the Kyrandia 2 title menu
Changed paths:
engines/kyra/sequences_hof.cpp
diff --git a/engines/kyra/sequences_hof.cpp b/engines/kyra/sequences_hof.cpp
index 306f504..5fb4e3d 100644
--- a/engines/kyra/sequences_hof.cpp
+++ b/engines/kyra/sequences_hof.cpp
@@ -1774,7 +1774,7 @@ int SeqPlayer_HOF::cbHOF_title(WSAMovie_v2 *wsaObj, int x, int y, int frm) {
_result = _menu->handle(11) + 1;
_updateAnimations = false;
- if (_result == 1) {
+ if (_result == 1 || _result == 3) {
_curScene = _lastScene;
_preventLooping = true;
}
More information about the Scummvm-git-logs
mailing list