fixed disabling of modules

svn-id: r10102
This commit is contained in:
Max Horn 2003-09-08 17:30:24 +00:00
parent 940200f173
commit f61fdef996

View file

@ -247,9 +247,18 @@ void checkHeap() {
//
EngineFactory _factories[] =
{
Engine_SKY_create,
#ifndef DISABLE_SCUMM
Engine_SCUMM_create,
#endif
#ifndef DISABLE_SCUMM
Engine_SIMON_create,
Engine_SWORD2_create
#endif
#ifndef DISABLE_SCUMM
Engine_SKY_create,
#endif
#ifndef DISABLE_SCUMM
Engine_SWORD2_create,
#endif
0
};