Changed adlib note priorities for small header games
svn-id: r9746
This commit is contained in:
parent
1bb575da9d
commit
d1391b8f2d
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
if (best)
|
||||||
mc_off(best);
|
mc_off(best);
|
||||||
return best;
|
return best;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue