diff options
author | James Brown | 2003-01-12 07:19:03 +0000 |
---|---|---|
committer | James Brown | 2003-01-12 07:19:03 +0000 |
commit | 6bf93e41c5629c2919f5d38648790eef0acad72e (patch) | |
tree | 2e0b2af852152900a3130b3c81d70036be9a0f43 | |
parent | 74f01de444222d3f605fe4d94a7b2ee205138a5d (diff) | |
download | scummvm-rg350-6bf93e41c5629c2919f5d38648790eef0acad72e.tar.gz scummvm-rg350-6bf93e41c5629c2919f5d38648790eef0acad72e.tar.bz2 scummvm-rg350-6bf93e41c5629c2919f5d38648790eef0acad72e.zip |
Fix game-specific scalers overriding global... when game started from Launcher
svn-id: r6415
-rw-r--r-- | common/gameDetector.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h index 4a6d5e8163..294b4c495b 100644 --- a/common/gameDetector.h +++ b/common/gameDetector.h @@ -160,14 +160,12 @@ public: OSystem *createSystem(); MidiDriver *createMidi(); + int parseGraphicsMode(const char *s); void updateconfig(); protected: bool detectGame(void); - - int parseGraphicsMode(const char *s); bool parseMusicDriver(const char *s); - void list_games(); }; |