aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index d57cdb5b06..e6cf2b3ace 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -47,11 +47,9 @@ enum MidiDriverType {
};
struct GameSettings {
- const char *gameName;
+ const char *name;
const char *description;
- int midi; // MidiDriverType values
uint32 features;
- const char *detectname;
};
class GameDetector {
@@ -64,8 +62,7 @@ public:
bool detectMain();
String _targetName;
- String _gameName;
- GameSettings _game; // TODO: Eventually get rid of _game or at least make it protected
+ GameSettings _game; // TODO: Eventually get rid of this?!
const Plugin *_plugin;
bool _dumpScripts;