Changed adlib note priorities for small header games

svn-id: r9746
This commit is contained in:
Jochen Hoenicke 2003-08-17 19:31:10 +00:00
parent 1bb575da9d
commit d1391b8f2d

View file

@ -1355,6 +1355,10 @@ AdlibVoice *MidiDriver_ADLIB::allocate_voice(byte pri) {
}
}
/* V3 games don't have note priorities, first comes wins. */
if (_game_SmallHeader)
return NULL;
if (best)
mc_off(best);
return best;