Skip to content

Commit

Permalink
TEENAGENT: Fix typo in processCallback() address.
Browse files Browse the repository at this point in the history
0x50c5 is invalid, replaced with valid 0x505c.
  • Loading branch information
digitall committed Jul 26, 2012
1 parent dc8d9f4 commit 321197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/teenagent/callbacks.cpp
Expand Up @@ -2252,7 +2252,7 @@ bool TeenAgentEngine::processCallback(uint16 addr) {
return true;

case 0x78e0:
processCallback(0x50c5);
processCallback(0x505c);
return false;

case 0x78e7:
Expand Down

0 comments on commit 321197e

Please sign in to comment.