PRIVATE: removed old code, commented debugs and fixes

This commit is contained in:
neuromancer 2021-05-31 22:09:59 +02:00 committed by Eugene Sandulenko
parent 297175310f
commit a1170b44f3
6 changed files with 9 additions and 30 deletions

View file

@ -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);