[Scummvm-cvs-logs] SF.net SVN: scummvm: [23462] scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Thu Jul 20 22:40:11 CEST 2006


Revision: 23462
          http://svn.sourceforge.net/scummvm/?rev=23462&view=rev
Author:   agent-q
Date:     2006-07-09 11:28:58 -0700 (Sun, 09 Jul 2006)

Log Message:
-----------


Modified Paths:
--------------
    scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp

Modified: scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp
===================================================================
--- scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp	2006-07-09 15:32:06 UTC (rev 23461)
+++ scummvm/trunk/backends/platform/ds/arm9/source/dsmain.cpp	2006-07-09 18:28:58 UTC (rev 23462)
@@ -106,7 +106,7 @@
 // Saved buffers
 u8* savedBuffer = NULL;
 bool highBuffer;
-bool displayModeIs8Bit;
+bool displayModeIs8Bit = false;
 
 // Game id
 u8 gameID;
@@ -1790,7 +1790,6 @@
 // Main
 /////////////////
 
-static const Common::String test("poo", 1, 16);
 
 
 
@@ -1878,14 +1877,13 @@
 	consolePrintf("A:			Swap screens\n");
 	consolePrintf("L + R on bootup: Clear SRAM\n\n");
 	consolePrintf("For a complete poo list see the\n");
-	consolePrintf("help screen.\npoo\n");
+	consolePrintf("help screen.\n\n");
 
 
 	for (int r = 0; r < bytes; r++) {
 		soundBuffer[r] = 0;
 	}
 	
-	consolePrintf("length=%d str='%s'\n", test.size(), test.c_str());
 
 	swiWaitForVBlank();
 	swiWaitForVBlank();






More information about the Scummvm-git-logs mailing list