[Scummvm-cvs-logs] SF.net SVN: scummvm: [25092] scummvm/trunk/engines/cine/detection.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Mon Jan 15 20:56:28 CET 2007
Revision: 25092
http://scummvm.svn.sourceforge.net/scummvm/?rev=25092&view=rev
Author: eriktorbjorn
Date: 2007-01-15 11:56:27 -0800 (Mon, 15 Jan 2007)
Log Message:
-----------
Fixed warning.
Modified Paths:
--------------
scummvm/trunk/engines/cine/detection.cpp
Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp 2007-01-15 12:59:40 UTC (rev 25091)
+++ scummvm/trunk/engines/cine/detection.cpp 2007-01-15 19:56:27 UTC (rev 25092)
@@ -419,7 +419,7 @@
0,
},
- { { NULL, NULL, {NULL, 0, NULL}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0 }
+ { { NULL, NULL, AD_ENTRY1(NULL, NULL), Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0 }
};
bool CineEngine::initGame() {
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