PRIVATE: removed old code, commented debugs and fixes
This commit is contained in:
parent
297175310f
commit
a1170b44f3
6 changed files with 9 additions and 30 deletions
|
@ -82,7 +82,7 @@ void SettingMaps::save(const char *name) {
|
|||
}
|
||||
|
||||
void SettingMaps::load(const Common::String &name) {
|
||||
debug("loading: %s", name.c_str());
|
||||
//debug("loading: %s", name.c_str());
|
||||
assert(_map.contains(name));
|
||||
_setting = _map.getVal(name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue