[Scummvm-cvs-logs] SF.net SVN: scummvm:[40062] scummvm/trunk/engines/gob/detection.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Wed Apr 22 05:46:49 CEST 2009
Revision: 40062
http://scummvm.svn.sourceforge.net/scummvm/?rev=40062&view=rev
Author: eriktorbjorn
Date: 2009-04-22 03:46:49 +0000 (Wed, 22 Apr 2009)
Log Message:
-----------
Fixed compilation.
Modified Paths:
--------------
scummvm/trunk/engines/gob/detection.cpp
Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp 2009-04-21 23:03:12 UTC (rev 40061)
+++ scummvm/trunk/engines/gob/detection.cpp 2009-04-22 03:46:49 UTC (rev 40062)
@@ -2488,7 +2488,7 @@
0,
0
},
- { AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, NULL }
+ { AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0 }
};
static const GOBGameDescription fallbackDescs[] = {
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