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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Thu Jul 16 06:06:36 CEST 2009


Revision: 42522
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42522&view=rev
Author:   dreammaster
Date:     2009-07-16 04:06:35 +0000 (Thu, 16 Jul 2009)

Log Message:
-----------
Added no blocking fix for Present Outside Inn scene as well

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

Modified: scummvm/trunk/engines/tinsel/pcode.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/pcode.cpp	2009-07-16 02:27:26 UTC (rev 42521)
+++ scummvm/trunk/engines/tinsel/pcode.cpp	2009-07-16 04:06:35 UTC (rev 42522)
@@ -128,8 +128,11 @@
 
 	// In DW1-GRA, Rincewind exiting the Inn is blocked by the luggage. Whilst you can then move
 	// into walkable areas, saving and restoring the game, it will error if you try to move. 
-	// This fragment turns off NPC blocking for the Outside Inn room so that the luggage won't block
+	// This fragment turns off NPC blocking for the Outside Inn rooms so that the luggage won't block
+	// Past Outside Inn
 	{TINSEL_V1, false, 444622076, 0,  fragment2_size, fragment2},
+	// Present Outside Inn
+	{TINSEL_V1, false, 352600876, 0,  fragment2_size, fragment2},
 
 	{TINSEL_V0, false, 0, 0, 0, NULL}
 };


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