revert use of GF_DEMO in Humongous games fixing several problems

svn-id: r11345
This commit is contained in:
Jonathan Gray 2003-11-18 10:16:49 +00:00
parent a35ce0f5ae
commit 151a2dcc44
3 changed files with 4 additions and 3 deletions

View file

@ -927,7 +927,7 @@ void ScummEngine_v6::o6_getOwner() {
}
void ScummEngine_v6::o6_startSound() {
if ((_features & GF_HUMONGOUS) && (_gameId != GID_PUTTPUTT) && (!(_features & GF_DEMO)))
if ((_features & GF_HUMONGOUS) && (_gameId != GID_PUTTDEMO))
pop(); // offset which seems to always be zero
_sound->addSoundToQueue(pop());
}