From b91ae69ad2285e14091064ae1cc3b5b7ed299642 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 9 Oct 2009 23:19:53 +0000 Subject: Removed the now unused GF_SCI0_OLDGETTIME flag and simplified all of the game entries in the detector svn-id: r44856 --- engines/sci/sci.h | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 915782aabc..950833d57b 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -63,22 +63,8 @@ enum kDebugLevels { kDebugLevelSci0Pic = 1 << 21 }; -struct SciGameDescription { - ADGameDescription desc; - uint32 flags; -}; - extern const char *versionNames[]; -enum SciGameFlags { - // SCI0 flags - - /* Applies to all versions before 0.000.629 - * Older SCI versions had simpler code for GetTime() - */ - GF_SCI0_OLDGETTIME = (1 << 0) -}; - /** SCI versions */ enum SciVersion { SCI_VERSION_AUTODETECT, @@ -104,7 +90,7 @@ enum MoveCountType { class SciEngine : public Engine { friend class Console; public: - SciEngine(OSystem *syst, const SciGameDescription *desc); + SciEngine(OSystem *syst, const ADGameDescription *desc); ~SciEngine(); // Engine APIs @@ -132,7 +118,7 @@ public: Common::String unwrapFilename(const Common::String &name) const; private: - const SciGameDescription *_gameDescription; + const ADGameDescription *_gameDescription; ResourceManager *_resMan; EngineState *_gamestate; Kernel *_kernel; -- cgit v1.2.3