aboutsummaryrefslogtreecommitdiff
path: root/common/config-file.h
diff options
context:
space:
mode:
authorMax Horn2002-09-26 12:29:10 +0000
committerMax Horn2002-09-26 12:29:10 +0000
commit09f56dc233324a7611554912c5483e20e0684104 (patch)
treec54941c8ae082b684b631b57a1a29db4cfe1d70a /common/config-file.h
parent58e5e0069f82c9319fd9c6f6987f98886c3b9f67 (diff)
downloadscummvm-rg350-09f56dc233324a7611554912c5483e20e0684104.tar.gz
scummvm-rg350-09f56dc233324a7611554912c5483e20e0684104.tar.bz2
scummvm-rg350-09f56dc233324a7611554912c5483e20e0684104.zip
some fixes for the message dialog; added some comments
svn-id: r5021
Diffstat (limited to 'common/config-file.h')
-rw-r--r--common/config-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config-file.h b/common/config-file.h
index 594b4814c0..a4215116e3 100644
--- a/common/config-file.h
+++ b/common/config-file.h
@@ -60,6 +60,6 @@ protected:
};
// The global config object
-extern Config *scummcfg;
+extern Config *g_config;
#endif