[Scummvm-cvs-logs] scummvm master -> 33ed1b1d47ce6b2c3e894480b32fe515f4483912

whoozle whoozle at yandex.ru
Wed Nov 2 20:48:16 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:
33ed1b1d47 TEENAGENT: removed another duplicated if


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

Commit Message:
TEENAGENT: removed another duplicated if

Changed paths:
    engines/teenagent/callbacks.cpp



diff --git a/engines/teenagent/callbacks.cpp b/engines/teenagent/callbacks.cpp
index be0ca71..29f8049 100644
--- a/engines/teenagent/callbacks.cpp
+++ b/engines/teenagent/callbacks.cpp
@@ -3177,7 +3177,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
 			playSound(67, 5);
 			playActorAnimation(688);
 			SET_FLAG(0xdbbc, 0);
-		} else if (CHECK_FLAG(0xdbbc, 1)) {
+		} else if (CHECK_FLAG(0xdbbb, 1)) {
 			processCallback(0x6b86);
 		} else {
 			playSound(66, 6);






More information about the Scummvm-git-logs mailing list