aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/gamemodule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/neverhood/gamemodule.cpp')
-rw-r--r--engines/neverhood/gamemodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/gamemodule.cpp b/engines/neverhood/gamemodule.cpp
index a118e4fb01..e797240e4e 100644
--- a/engines/neverhood/gamemodule.cpp
+++ b/engines/neverhood/gamemodule.cpp
@@ -444,7 +444,7 @@ void GameModule::updateModule2300() {
_childObject = NULL;
if (_field20 == 1) {
createModule2200(0);
- // TODO _childObject->handleUpdate();
+ _childObject->handleUpdate();
} else if (_field20 == 2) {
createModule1200(0);
_childObject->handleUpdate();