Ooops
svn-id: r11351
This commit is contained in:
parent
b8c0fbf06e
commit
4d4ba9ea55
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue