aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
authorMatthew Hoops2011-03-09 14:11:28 -0500
committerMatthew Hoops2011-03-09 14:11:28 -0500
commit0d271324db406bcdfe51ae4b8ebf30eebef32860 (patch)
treedcbcb5219998f9cabb2dcbc69c10873fb45dd255 /engines/mohawk
parent8de370e847e967e736036ccb6620f02dd1054181 (diff)
downloadscummvm-rg350-0d271324db406bcdfe51ae4b8ebf30eebef32860.tar.gz
scummvm-rg350-0d271324db406bcdfe51ae4b8ebf30eebef32860.tar.bz2
scummvm-rg350-0d271324db406bcdfe51ae4b8ebf30eebef32860.zip
MOHAWK: Remove outdated TODO
Diffstat (limited to 'engines/mohawk')
-rw-r--r--engines/mohawk/riven_external.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/riven_external.cpp b/engines/mohawk/riven_external.cpp
index 03c667f3cd..5424a07a3c 100644
--- a/engines/mohawk/riven_external.cpp
+++ b/engines/mohawk/riven_external.cpp
@@ -1940,7 +1940,7 @@ void RivenExternal::xbookclick(uint16 argc, uint16 *argv) {
*_vm->getVar("agehn") = 4; // Set Gehn to the trapped state
*_vm->getVar("atrapbook") = 1; // We've got the trap book again
_vm->_sound->playSound(0); // Play the link sound again
- _vm->changeToCard(_vm->matchRMAPToCard(0x2885)); // Link out! (TODO: Shouldn't this card change?)
+ _vm->changeToCard(_vm->matchRMAPToCard(0x2885)); // Link out!
return;
}
break;