From 9c4577b6399878d8ddf279e73978d70e086491a9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 15 Apr 2006 13:50:44 +0000 Subject: - Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in favor of settings in the transient config domain - This also means you can now set those options in the config file - Fixed a bug I recently introduced that made bool command line options (like -u, -f) always return 'false' when used in their single letter form svn-id: r21909 --- base/gameDetector.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/gameDetector.h') diff --git a/base/gameDetector.h b/base/gameDetector.h index f9234bb9c6..876035cead 100644 --- a/base/gameDetector.h +++ b/base/gameDetector.h @@ -76,10 +76,6 @@ public: String _targetName; String _gameid; - bool _dumpScripts; - - bool _force1xOverlay; - const Plugin *_plugin; // TODO: This should be protected public: -- cgit v1.2.3