aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/draci/script.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/draci/script.cpp b/engines/draci/script.cpp
index acc341c306..14cca84062 100644
--- a/engines/draci/script.cpp
+++ b/engines/draci/script.cpp
@@ -136,6 +136,9 @@ void Script::setupCommandList() {
{ "HasBeen", &Script::funcHasBeen },
{ "MaxLine", &Script::funcMaxLine },
{ "ActPhase", &Script::funcActPhase },
+ // The following function is not even defined in the game
+ // sources, but its number is allocated for internal purposes
+ // of the old player.
{ "Cheat", NULL },
};
@@ -982,7 +985,7 @@ int Script::handleMathExpression(Common::MemoryReadStream *reader) const {
if (func._handler == NULL) {
stk.pop();
- // FIXME: Pushing dummy value for now, but should push return value
+ // Pushing dummy value
stk.push(0);
debugC(4, kDraciBytecodeDebugLevel, "\t\tcall: %s (not implemented)",