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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Jan 15 13:59:41 CET 2007


Revision: 25091
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25091&view=rev
Author:   peres001
Date:     2007-01-15 04:59:40 -0800 (Mon, 15 Jan 2007)

Log Message:
-----------
Made Nippon Safes start from the regular splash screen

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

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-01-15 08:29:30 UTC (rev 25090)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-01-15 12:59:40 UTC (rev 25091)
@@ -186,14 +186,14 @@
 		return -1;
 	}
 
-	strcpy(_location, "night");
-	strcpy(_characterName, "drki");
-	strcpy(_languageDir, "it/");
-	_skipMenu = true;
+//	strcpy(_location, "night");
+//	strcpy(_characterName, "drki");
+//	strcpy(_languageDir, "it/");
+//	_skipMenu = true;
 
 	_engineFlags = 0;
 
-//	strcpy(_characterName, "dough");
+	strcpy(_characterName, "dough");
 	memset(_locationNames, 0, 120*32);
 	_numLocations = 0;
 


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