diff options
author | Marcus Comstedt | 2003-03-02 18:38:51 +0000 |
---|---|---|
committer | Marcus Comstedt | 2003-03-02 18:38:51 +0000 |
commit | 8889232a259283d08354332c70fdaa33416d93e3 (patch) | |
tree | b8ba8a8a685e9ff6136c7a64aec08d94bc6d96ee | |
parent | d39952106c4ca9931fff4785c354c2fa6c36d205 (diff) | |
download | scummvm-rg350-8889232a259283d08354332c70fdaa33416d93e3.tar.gz scummvm-rg350-8889232a259283d08354332c70fdaa33416d93e3.tar.bz2 scummvm-rg350-8889232a259283d08354332c70fdaa33416d93e3.zip |
Make sure version_settings are initialized.
svn-id: r6665
-rw-r--r-- | backends/dc/selector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp index 6922cae8f9..b0209f83ef 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.cpp @@ -146,6 +146,7 @@ static Game the_game; static bool checkName(const char *base, char *text = 0) { + GameDetector g; const VersionSettings *gnl = version_settings; do { |