mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
Fix window title.
svn-id: r3851
This commit is contained in:
parent
8258a26aed
commit
aa160c52c0
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user