aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index 1bad32078d..d57cdb5b06 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -64,7 +64,8 @@ public:
bool detectMain();
String _targetName;
- GameSettings _game;
+ String _gameName;
+ GameSettings _game; // TODO: Eventually get rid of _game or at least make it protected
const Plugin *_plugin;
bool _dumpScripts;