NEVERHOOD: Forgot to remove debug code

This commit is contained in:
johndoe123 2011-09-09 09:04:57 +00:00 committed by Willem Jan Palenstijn
parent 9133d17cdf
commit 49658b6b5a

View File

@ -2677,8 +2677,6 @@ Scene2242::Scene2242(NeverhoodEngine *vm, Module *parentModule, int which)
SetMessageHandler(&Scene2242::handleMessage);
SetUpdateHandler(&Scene2242::update);
setGlobalVar(0x4D080E54,1);
if (getGlobalVar(0x4D080E54)) {
_background = addBackground(new DirtyBackground(_vm, 0x11840E24, 0, 0));
_palette = new Palette(_vm, 0x11840E24);