From b506b9f7c2f24bf7f0b8a281b856b3807f362028 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Tue, 3 Nov 2009 21:34:38 +0000 Subject: Removed an old FIXME svn-id: r45642 --- engines/draci/script.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines') 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)", -- cgit v1.2.3