[Scummvm-cvs-logs] SF.net SVN: scummvm:[42909] scummvm/branches/gsoc2009-draci/engines/draci/ script.cpp

dkasak13 at users.sourceforge.net dkasak13 at users.sourceforge.net
Wed Jul 29 22:42:55 CEST 2009


Revision: 42909
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42909&view=rev
Author:   dkasak13
Date:     2009-07-29 20:42:55 +0000 (Wed, 29 Jul 2009)

Log Message:
-----------
Removed some garbage I accidentally pasted into a comment.

Modified Paths:
--------------
    scummvm/branches/gsoc2009-draci/engines/draci/script.cpp

Modified: scummvm/branches/gsoc2009-draci/engines/draci/script.cpp
===================================================================
--- scummvm/branches/gsoc2009-draci/engines/draci/script.cpp	2009-07-29 20:41:53 UTC (rev 42908)
+++ scummvm/branches/gsoc2009-draci/engines/draci/script.cpp	2009-07-29 20:42:55 UTC (rev 42909)
@@ -619,12 +619,7 @@
 /**
  * @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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list