svn-id: r11351
This commit is contained in:
Travis Howell 2003-11-20 04:27:46 +00:00
parent b8c0fbf06e
commit 4d4ba9ea55

View File

@ -2837,7 +2837,8 @@ Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) {
game.features |= GF_MACINTOSH;
break;
default:
game.features |= GF_PC;
if (!(game.features & GF_FMTOWNS))
game.features |= GF_PC;
break;
}