[Scummvm-cvs-logs] SF.net SVN: scummvm: [26343] scummvm/branches/branch-0-9-0/backends/ds/arm9 /source/dsmain.cpp
agent-q at users.sourceforge.net
agent-q at users.sourceforge.net
Sun Apr 1 15:13:15 CEST 2007
Revision: 26343
http://scummvm.svn.sourceforge.net/scummvm/?rev=26343&view=rev
Author: agent-q
Date: 2007-04-01 06:13:15 -0700 (Sun, 01 Apr 2007)
Log Message:
-----------
Final changes for 0.9.1a release. Fixed bug with Sam & Max cursor display and a few other cosmetics.
Modified Paths:
--------------
scummvm/branches/branch-0-9-0/backends/ds/arm9/source/dsmain.cpp
Modified: scummvm/branches/branch-0-9-0/backends/ds/arm9/source/dsmain.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/backends/ds/arm9/source/dsmain.cpp 2007-04-01 13:10:50 UTC (rev 26342)
+++ scummvm/branches/branch-0-9-0/backends/ds/arm9/source/dsmain.cpp 2007-04-01 13:13:15 UTC (rev 26343)
@@ -1214,10 +1214,9 @@
setIcon(0, 208, 150, offs, 0, true);
if (indyFightState) {
- setIcon(1, (190 - 32), 150, 3, (indyFightRight? 0: ATTR1_FLIP_X), true);
- consolePrintf("%d\n", indyFightRight);
+ setIcon(2, (190 - 32), 150, 3, (indyFightRight? 0: ATTR1_FLIP_X), true);
} else {
- setIcon(1, 0, 0, 0, 0, false);
+ setIcon(2, 0, 0, 0, 0, false);
}
if (triggeredIconTimeout > 0) {
@@ -2098,7 +2097,7 @@
consolePrintf("-------------------------------\n");
consolePrintf("ScummVM DS\n");
consolePrintf("Ported by Neil Millstone\n");
- consolePrintf("Version 0.9.1a beta3 ");
+ consolePrintf("Version 0.9.1a ");
#if defined(DS_BUILD_A)
consolePrintf("build A\n");
consolePrintf("Supports: Lucasarts SCUMM\n");
@@ -2204,7 +2203,7 @@
// If not found, init CF/SD driver
if (!initGBAMP(mode)) {
consolePrintf("\nNo file system was found.\n");
- consolePrintf("View the README_DLDI.TXT file\n");
+ consolePrintf("View the README.TXT file\n");
consolePrintf("for more information.\n");
while (1);
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