aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/menu.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-14 04:07:54 +0530
committerEugene Sandulenko2019-09-03 17:17:20 +0200
commit723b86e1cf0f5cf96495e543811c8002df762cd1 (patch)
tree42695c9876a781f0d13d5930b17b661010a9dc85 /engines/hdb/menu.cpp
parent779f455292c5d1ec31df2c9962a8d56bbce280aa (diff)
downloadscummvm-rg350-723b86e1cf0f5cf96495e543811c8002df762cd1.tar.gz
scummvm-rg350-723b86e1cf0f5cf96495e543811c8002df762cd1.tar.bz2
scummvm-rg350-723b86e1cf0f5cf96495e543811c8002df762cd1.zip
HDB: Add cheating debug statment and remove...
redundant warnings
Diffstat (limited to 'engines/hdb/menu.cpp')
-rw-r--r--engines/hdb/menu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/menu.cpp b/engines/hdb/menu.cpp
index d70642e7be..29be8f1ab4 100644
--- a/engines/hdb/menu.cpp
+++ b/engines/hdb/menu.cpp
@@ -126,6 +126,7 @@ void Menu::readConfig() {
if (ConfMan.hasKey(CONFIG_CHEAT)) {
g_hdb->setCheatingOn();
+ debug("Cheating enabled");
}
ConfMan.flushToDisk();