Skip to content

Commit

Permalink
TEENAGENT: removed another duplicated if
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Nov 2, 2011
1 parent 6b0acdb commit 33ed1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/teenagent/callbacks.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 33ed1b1

Please sign in to comment.