[Scummvm-cvs-logs] SF.net SVN: scummvm:[43530] scummvm/branches/branch-1-0-0/engines/tinsel/ pcode.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Wed Aug 19 10:25:56 CEST 2009


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

Log Message:
-----------
Backport of corrected comments in the bug workaround list

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/tinsel/pcode.cpp

Modified: scummvm/branches/branch-1-0-0/engines/tinsel/pcode.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/tinsel/pcode.cpp	2009-08-19 08:24:40 UTC (rev 43529)
+++ scummvm/branches/branch-1-0-0/engines/tinsel/pcode.cpp	2009-08-19 08:25:56 UTC (rev 43530)
@@ -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},


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