[Scummvm-cvs-logs] SF.net SVN: scummvm: [27228] scummvm/trunk/engines/agos/vga.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jun 9 08:17:06 CEST 2007


Revision: 27228
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27228&view=rev
Author:   Kirben
Date:     2007-06-08 23:17:04 -0700 (Fri, 08 Jun 2007)

Log Message:
-----------
Clarify purpose of the endRepeat opcude, used by video script.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/vga.cpp

Modified: scummvm/trunk/engines/agos/vga.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga.cpp	2007-06-09 05:30:20 UTC (rev 27227)
+++ scummvm/trunk/engines/agos/vga.cpp	2007-06-09 06:17:04 UTC (rev 27228)
@@ -843,10 +843,7 @@
 }
 
 void AGOSEngine::vc20_setRepeat() {
-	/* FIXME: This opcode is somewhat strange: it first reads a BE word from
-	 * the script (advancing the script pointer in doing so); then it writes
-	 * back the same word, this time as LE, into the script.
-	 */
+	// Sets counter used by the endRepeat opcode below.
 	uint16 a = vcReadNextWord();
 	WRITE_LE_UINT16(const_cast<byte *>(_vcPtr), a);
 	_vcPtr += 2;


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