aboutsummaryrefslogtreecommitdiff
path: root/gameDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gameDetector.cpp')
-rw-r--r--gameDetector.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp
index ad174502de..1a0150aeb6 100644
--- a/gameDetector.cpp
+++ b/gameDetector.cpp
@@ -269,9 +269,8 @@ int GameDetector::detectMain(int argc, char **argv)
if (!detectGame()) {
warning("Game detection failed. Using default settings");
_features = GF_DEFAULT;
- } else {
- _gameText = "Please choose a game";
- }
+ _gameText = "Please choose a game";
+ }
if (!_gameDataPath) {
warning("No path was provided. Assuming that data file are in the current directory");