Skip to content

Commit

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

0 comments on commit 6b0acdb

Please sign in to comment.