[Scummvm-cvs-logs] SF.net SVN: scummvm: [25284] scummvm/trunk
cyx at users.sourceforge.net
cyx at users.sourceforge.net
Tue Jan 30 21:20:06 CET 2007
Revision: 25284
http://scummvm.svn.sourceforge.net/scummvm/?rev=25284&view=rev
Author: cyx
Date: 2007-01-30 12:20:05 -0800 (Tue, 30 Jan 2007)
Log Message:
-----------
warnings
Modified Paths:
--------------
scummvm/trunk/common/advancedDetector.h
scummvm/trunk/engines/kyra/plugin.cpp
scummvm/trunk/engines/saga/sagagame.cpp
Modified: scummvm/trunk/common/advancedDetector.h
===================================================================
--- scummvm/trunk/common/advancedDetector.h 2007-01-30 20:18:06 UTC (rev 25283)
+++ scummvm/trunk/common/advancedDetector.h 2007-01-30 20:20:05 UTC (rev 25284)
@@ -69,7 +69,7 @@
// Name of single gameid (optional)
const char *singleid;
// Flags
- const uint32 flags;
+ uint32 flags;
};
typedef Array<int> ADList;
Modified: scummvm/trunk/engines/kyra/plugin.cpp
===================================================================
--- scummvm/trunk/engines/kyra/plugin.cpp 2007-01-30 20:18:06 UTC (rev 25283)
+++ scummvm/trunk/engines/kyra/plugin.cpp 2007-01-30 20:20:05 UTC (rev 25284)
@@ -68,7 +68,7 @@
{ { "kyra2", 0, AD_ENTRY1("FATE.PAK", "28cbad1c5bf06b2d3825ae57d760d032"), Common::UNK_LANG, Common::kPlatformPC }, KYRA2_UNK_FLAGS }, // check this! (cd version?)
{ { "kyra3", 0, AD_ENTRY1("ONETIME.PAK", "3833ff312757b8e6147f464cca0a6587"), Common::UNK_LANG, Common::kPlatformPC }, KYRA3_CD_FLAGS },
- { { NULL, NULL, {NULL, 0, NULL, 0}, Common::UNK_LANG, Common::kPlatformUnknown }, FLAGS(0, 0, 0, 0) }
+ { { NULL, NULL, { {NULL, 0, NULL, 0} }, Common::UNK_LANG, Common::kPlatformUnknown }, FLAGS(0, 0, 0, 0) }
};
const PlainGameDescriptor gameList[] = {
Modified: scummvm/trunk/engines/saga/sagagame.cpp
===================================================================
--- scummvm/trunk/engines/saga/sagagame.cpp 2007-01-30 20:18:06 UTC (rev 25283)
+++ scummvm/trunk/engines/saga/sagagame.cpp 2007-01-30 20:20:05 UTC (rev 25284)
@@ -1431,5 +1431,5 @@
0,
NULL,
},
- { { NULL, NULL, {NULL, 0, NULL, 0}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, NULL }
+ { { NULL, NULL, { {NULL, 0, NULL, 0} }, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, NULL }
};
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