aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJames Brown2003-01-12 07:19:03 +0000
committerJames Brown2003-01-12 07:19:03 +0000
commit6bf93e41c5629c2919f5d38648790eef0acad72e (patch)
tree2e0b2af852152900a3130b3c81d70036be9a0f43 /common
parent74f01de444222d3f605fe4d94a7b2ee205138a5d (diff)
downloadscummvm-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
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.h4
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();
};