fixed disabling of modules
svn-id: r10102
This commit is contained in:
parent
940200f173
commit
f61fdef996
1 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue