mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-04 08:28:41 +00:00
NEVERHOOD: Forgot to remove debug code
This commit is contained in:
parent
9133d17cdf
commit
49658b6b5a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user