[Scummvm-cvs-logs] SF.net SVN: scummvm:[43529] scummvm/trunk/engines/tinsel/pcode.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Wed Aug 19 10:24:41 CEST 2009


Revision: 43529
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43529&view=rev
Author:   dreammaster
Date:     2009-08-19 08:24:40 +0000 (Wed, 19 Aug 2009)

Log Message:
-----------
Corrected comments in the bug workaround list

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/pcode.cpp

Modified: scummvm/trunk/engines/tinsel/pcode.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/pcode.cpp	2009-08-19 07:13:29 UTC (rev 43528)
+++ scummvm/trunk/engines/tinsel/pcode.cpp	2009-08-19 08:24:40 UTC (rev 43529)
@@ -145,8 +145,8 @@
 	// Present Outside Inn
 	{TINSEL_V1, false, 352600876, 0,  fragment2_size, fragment2},
 
-	// DW1-GRA: Talking to palace guards in Act 2 gives !!!HIGH STRING||| - this happens if you initiate dialog
-	// with one of the guards, but not the other. So this fix routes the talk parameters of the broken one
+	// DW1-GRA: Talking to palace guards in Act 2 gives !!!HIGH STRING||| - this happens if you initiate dialog with
+	// one of the guards, but not the other. So these fragments provide the correct talk parameters where needed
 	{TINSEL_V1, false, 310506872, 463, fragment4_size, fragment4},
 	{TINSEL_V1, false, 310506872, 485, fragment5_size, fragment5},
 	{TINSEL_V1, false, 310506872, 513, fragment6_size, fragment6},
@@ -164,7 +164,7 @@
 
 	{TINSEL_V0, false, 0, 0, 0, NULL}
 };
-//310505453, x
+
 //----------------- LOCAL GLOBAL DATA --------------------
 
 /**


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