diff options
Diffstat (limited to 'engines/kyra/kyra.h')
-rw-r--r-- | engines/kyra/kyra.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h index 13f51c3111..d5a26f9c19 100644 --- a/engines/kyra/kyra.h +++ b/engines/kyra/kyra.h @@ -246,7 +246,7 @@ public: MUSIC_INTRO = 0 }; - KyraEngine(GameDetector *detector, OSystem *system); + KyraEngine(OSystem *system); ~KyraEngine(); void errorString(const char *buf_input, char *buf_output); @@ -476,7 +476,7 @@ public: protected: int go(); - int init(GameDetector &detector); + int init(); void startup(); void mainLoop(); @@ -781,8 +781,6 @@ protected: bool _configSounds; uint8 _configVoice; - Common::String _targetName; - int _curMusicTheme; int _newMusicTheme; int16 _lastMusicCommand; |