[Scummvm-cvs-logs] SF.net SVN: scummvm:[34248] scummvm/trunk/engines/kyra/detection.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Sep 1 20:14:56 CEST 2008
Revision: 34248
http://scummvm.svn.sourceforge.net/scummvm/?rev=34248&view=rev
Author: lordhoto
Date: 2008-09-01 18:14:55 +0000 (Mon, 01 Sep 2008)
Log Message:
-----------
Cleanup.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/detection.cpp
Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp 2008-09-01 17:55:52 UTC (rev 34247)
+++ scummvm/trunk/engines/kyra/detection.cpp 2008-09-01 18:14:55 UTC (rev 34248)
@@ -1064,9 +1064,9 @@
return "The Legend of Kyrandia (C) Westwood Studios";
}
- virtual bool hasFeature(MetaEngineFeature f) const;
- virtual bool createInstance(OSystem *syst, Engine **engine, const Common::ADGameDescription *desc) const;
- virtual SaveStateList listSaves(const char *target) const;
+ bool hasFeature(MetaEngineFeature f) const;
+ bool createInstance(OSystem *syst, Engine **engine, const Common::ADGameDescription *desc) const;
+ SaveStateList listSaves(const char *target) const;
};
bool KyraMetaEngine::hasFeature(MetaEngineFeature f) const {
@@ -1152,3 +1152,4 @@
#else
REGISTER_PLUGIN_STATIC(KYRA, PLUGIN_TYPE_ENGINE, KyraMetaEngine);
#endif
+
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