[Scummvm-cvs-logs] SF.net SVN: scummvm: [25198] scummvm/trunk/engines/kyra/plugin.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Jan 26 11:39:30 CET 2007


Revision: 25198
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25198&view=rev
Author:   lordhoto
Date:     2007-01-26 02:39:30 -0800 (Fri, 26 Jan 2007)

Log Message:
-----------
remvoed some unneeded static keywords.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/plugin.cpp

Modified: scummvm/trunk/engines/kyra/plugin.cpp
===================================================================
--- scummvm/trunk/engines/kyra/plugin.cpp	2007-01-26 09:26:20 UTC (rev 25197)
+++ scummvm/trunk/engines/kyra/plugin.cpp	2007-01-26 10:39:30 UTC (rev 25198)
@@ -47,7 +47,7 @@
 
 #define KYRA3_CD_FLAGS FLAGS(false, false, false, true, Kyra::GI_KYRA3)
 
-static const KYRAGameDescription adGameDescs[] = {
+const KYRAGameDescription adGameDescs[] = {
 	{ { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "3c244298395520bb62b5edfe41688879"), Common::EN_ANY, Common::kPlatformPC }, KYRA1_FLOPPY_FLAGS },
 	{ { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "796e44863dd22fa635b042df1bf16673"), Common::EN_ANY, Common::kPlatformPC }, KYRA1_FLOPPY_FLAGS },
 	{ { "kyra1", 0, AD_ENTRY1("GEMCUT.EMC", "abf8eb360e79a6c2a837751fbd4d3d24"), Common::FR_FRA, Common::kPlatformPC }, KYRA1_FLOPPY_FLAGS },
@@ -78,7 +78,7 @@
 	{ 0, 0 }
 };
 
-static const Common::ADParams detectionParams = {
+const Common::ADParams detectionParams = {
 	// Pointer to ADGameDescription or its superset structure
 	(const byte *)adGameDescs,
 	// Size of that superset structure


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