[Scummvm-cvs-logs] SF.net SVN: scummvm:[33670] scummvm/trunk/engines/cine

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Wed Aug 6 22:58:03 CEST 2008


Revision: 33670
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33670&view=rev
Author:   buddha_
Date:     2008-08-06 20:58:02 +0000 (Wed, 06 Aug 2008)

Log Message:
-----------
Tiny comment update to loadCt-opcodes: Load collision table data.

Modified Paths:
--------------
    scummvm/trunk/engines/cine/script_fw.cpp
    scummvm/trunk/engines/cine/script_os.cpp

Modified: scummvm/trunk/engines/cine/script_fw.cpp
===================================================================
--- scummvm/trunk/engines/cine/script_fw.cpp	2008-08-06 20:54:38 UTC (rev 33669)
+++ scummvm/trunk/engines/cine/script_fw.cpp	2008-08-06 20:58:02 UTC (rev 33670)
@@ -1319,6 +1319,7 @@
 	return 0;
 }
 
+/*! \brief Load collision table data */
 int FWScript::o1_loadCt() {
 	const char *param = getNextString();
 

Modified: scummvm/trunk/engines/cine/script_os.cpp
===================================================================
--- scummvm/trunk/engines/cine/script_os.cpp	2008-08-06 20:54:38 UTC (rev 33669)
+++ scummvm/trunk/engines/cine/script_os.cpp	2008-08-06 20:58:02 UTC (rev 33670)
@@ -365,6 +365,7 @@
 // OPERATION STEALTH opcodes
 // ------------------------------------------------------------------------
 
+/*! \brief Load collision table data */
 int FWScript::o2_loadCt() {
 	const char *param = getNextString();
 


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