diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/draci/script.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/draci/script.cpp b/engines/draci/script.cpp index d8539097d4..8ec9e5f582 100644 --- a/engines/draci/script.cpp +++ b/engines/draci/script.cpp @@ -619,12 +619,7 @@ int Script::handleMathExpression(Common::MemoryReadStream &reader) { /** * @brief Find the current command in the internal table * - * @param G_LoopStatus=Inventory then Exit; - G_LoopSubStatus:= Strange; - G_QuitLoop:= True; - Loop; - G_QuitLoop:= False; - G_LoopSubStatus:= Ordinary; num Command number + * @param num Command number * @param subnum Command subnumer * * @return NULL if command is not found. Otherwise, a pointer to a GPL2Command |