[Scummvm-cvs-logs] scummvm master -> 6b0acdb2aaafee72b041904e1a0c72ff2294b160

whoozle whoozle at yandex.ru
Wed Nov 2 20:44:12 CET 2011


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:
6b0acdb2aa TEENAGENT: fixed typo (duplicate if)


Commit: 6b0acdb2aaafee72b041904e1a0c72ff2294b160
    https://github.com/scummvm/scummvm/commit/6b0acdb2aaafee72b041904e1a0c72ff2294b160
Author: Vladimir Menshakov (whoozle at yandex.ru)
Date: 2011-11-02T12:43:44-07:00

Commit Message:
TEENAGENT: fixed typo (duplicate if)

Changed paths:
    engines/teenagent/callbacks.cpp



diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp
index f8bb142b..be0ca71 100644
--- a/engines/teenagent/callbacks.cpp
+++ b/engines/teenagent/callbacks.cpp
@@ -3110,7 +3110,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
 			playSound(67, 4);
 			playActorAnimation(680);
 			SET_FLAG(0xDBB8, 0);
-		} else if (CHECK_FLAG(0xDBB8, 1)) {
+		} else if (CHECK_FLAG(0xDBB7, 1)) {
 			processCallback(0x6b86);
 		} else if (CHECK_FLAG(0xDBB9, 1)) {
 			processCallback(0x6b86);






More information about the Scummvm-git-logs mailing list