Fix PocketSCUMM. Palette is wrong tho. BBrox is a genius.

svn-id: r4009
This commit is contained in:
James Brown 2002-04-19 15:02:16 +00:00
parent a7becf8ae1
commit 82192a3172
6 changed files with 428 additions and 634 deletions

View file

@ -427,8 +427,10 @@ OSystem *GameDetector::createSystem() {
#endif
break;
#ifdef USE_NULL_DRIVER
case GD_NULL:
return OSystem_NULL_create();
#endif
#endif
}