Removed some garbage I accidentally pasted into a comment.

svn-id: r42909
This commit is contained in:
Denis Kasak 2009-07-29 20:42:55 +00:00
parent ad752b268b
commit 6ed99df75a

View file

@ -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