mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 02:36:27 +00:00
TEENAGENT: removed another duplicated if
This commit is contained in:
parent
6b0acdb2aa
commit
33ed1b1d47
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user