From e34f2b8b3321a576c2ae612470d07cb3e7bc91f5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 10 Nov 2003 01:04:12 +0000 Subject: cut down on unnecessary GameDetector references svn-id: r11239 --- base/gameDetector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/gameDetector.h') 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; -- cgit v1.2.3