[Scummvm-cvs-logs] SF.net SVN: scummvm:[35786] scummvm/trunk/engines/parallaction/ parallaction_ns.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Thu Jan 8 15:34:22 CET 2009


Revision: 35786
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35786&view=rev
Author:   peres001
Date:     2009-01-08 14:34:22 +0000 (Thu, 08 Jan 2009)

Log Message:
-----------
Attempted fix of bug #2438637 (Dino not erased in introduction screen on Amiga Nippon Safes), by not forcing the character visible on a location switch.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction_ns.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_ns.cpp	2009-01-08 14:12:46 UTC (rev 35785)
+++ scummvm/trunk/engines/parallaction/parallaction_ns.cpp	2009-01-08 14:34:22 UTC (rev 35786)
@@ -329,8 +329,6 @@
 		changeCharacter(locname.character());
 	}
 
-	_gfx->showGfxObj(_char._ani->gfxobj, true);
-
 	strcpy(_saveData1, locname.location());
 	parseLocation(_saveData1);
 


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