[Scummvm-cvs-logs] SF.net SVN: scummvm: [26704] scummvm/trunk/backends/platform/PalmOS/Src/ launcher/launch.cpp

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Tue May 1 12:20:48 CEST 2007


Revision: 26704
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26704&view=rev
Author:   chrilith
Date:     2007-05-01 03:20:48 -0700 (Tue, 01 May 2007)

Log Message:
-----------
Help debugging

Modified Paths:
--------------
    scummvm/trunk/backends/platform/PalmOS/Src/launcher/launch.cpp

Modified: scummvm/trunk/backends/platform/PalmOS/Src/launcher/launch.cpp
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/launcher/launch.cpp	2007-05-01 10:20:13 UTC (rev 26703)
+++ scummvm/trunk/backends/platform/PalmOS/Src/launcher/launch.cpp	2007-05-01 10:20:48 UTC (rev 26704)
@@ -455,7 +455,11 @@
 
 	// gVars values 
 	// (gVars->HRrefNum defined in checkHRmode on Cli\xE9)
+#ifndef _DEBUG_ENGINE
 	gVars->VFS.volRefNum	= (gPrefs->card.autoDetect ? vfsInvalidVolRef : gPrefs->card.volRefNum);
+#else
+	gVars->VFS.volRefNum	= gPrefs->card.volRefNum;
+#endif
 	gVars->vibrator			= gPrefs->vibrator;
 	gVars->stdPalette		= gPrefs->stdPalette;
 	gVars->VFS.cacheSize	= (gPrefs->card.useCache ? gPrefs->card.cacheSize : 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