aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
diff options
context:
space:
mode:
authorDenis Kasak2009-07-29 20:42:55 +0000
committerDenis Kasak2009-07-29 20:42:55 +0000
commit6ed99df75aadeb8c3844c7d4546735afbd1831de (patch)
tree2f2297e1655c88d23cc5ad3b36814c4d5757b30e /engines/draci
parentad752b268b73c26b3a8a8b1f8f8ed9229a4abccc (diff)
downloadscummvm-rg350-6ed99df75aadeb8c3844c7d4546735afbd1831de.tar.gz
scummvm-rg350-6ed99df75aadeb8c3844c7d4546735afbd1831de.tar.bz2
scummvm-rg350-6ed99df75aadeb8c3844c7d4546735afbd1831de.zip
Removed some garbage I accidentally pasted into a comment.
svn-id: r42909
Diffstat (limited to 'engines/draci')
-rw-r--r--engines/draci/script.cpp7
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