Removed some garbage I accidentally pasted into a comment.
svn-id: r42909
This commit is contained in:
parent
ad752b268b
commit
6ed99df75a
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue