[Scummvm-cvs-logs] SF.net SVN: scummvm: [29484] scummvm/trunk/engines/kyra/kyra_v2.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Nov 12 17:35:47 CET 2007


Revision: 29484
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29484&view=rev
Author:   lordhoto
Date:     2007-11-12 08:35:46 -0800 (Mon, 12 Nov 2007)

Log Message:
-----------
Fixes regression introduced with r29218.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v2.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v2.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v2.cpp	2007-11-12 10:30:23 UTC (rev 29483)
+++ scummvm/trunk/engines/kyra/kyra_v2.cpp	2007-11-12 16:35:46 UTC (rev 29484)
@@ -170,6 +170,9 @@
 	//seq_playSequences(kSequenceFunters, kSequenceFrash);
 
 	if (_menuChoice == 1) {
+		// load just the pak files needed for ingame
+		_res->unloadAllPakFiles();
+		_res->loadFileList("FILEDATA.FDT");
 		startup();
 		runLoop();
 		cleanup();


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