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

@ -174,7 +174,7 @@ Common::Error PrivateEngine::run() {
free(buf);
buf = (char*) decomp.getResult().c_str();
debug("%s", buf);
//debug("%s", buf);
// Initialize stuff
Gen::g_vm = new Gen::VM();
@ -303,7 +303,7 @@ Common::Error PrivateEngine::run() {
if (!_nextSetting.empty()) {
removeTimer();
debug("Executing %s", _nextSetting.c_str());
//debug("Executing %s", _nextSetting.c_str());
clearAreas();
_currentSetting = _nextSetting;
Settings::g_setts->load(_nextSetting);