Add comment

svn-id: r12794
This commit is contained in:
Travis Howell 2004-02-09 14:11:44 +00:00
parent 404db07a3f
commit e98d5983da

View file

@ -399,8 +399,9 @@ void ScummEngine_v6he::o6_setState() {
}
void ScummEngine_v6he::o6_startSound() {
// Seems to range between 952 - 9000
if (_gameId != GID_PUTTDEMO)
pop(); // offset which seems to always be zero
debug(2, "o6_startSound: unknown value %d", pop());
_sound->addSoundToQueue(pop());
}