mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-09 03:37:49 +03:00
Removed printf of seqId
This commit is contained in:
parent
47973fa484
commit
6b0d495567
@ -1018,8 +1018,6 @@ void AudioSeq_SequenceChannelProcessScript(SequenceChannel* channel) {
|
|||||||
loBits = gSeqFontTable[sp52];
|
loBits = gSeqFontTable[sp52];
|
||||||
cmd = gSeqFontTable[sp52 + loBits - cmd];
|
cmd = gSeqFontTable[sp52 + loBits - cmd];
|
||||||
|
|
||||||
printf("seqID: %02X\n", seqPlayer->seqId);
|
|
||||||
|
|
||||||
//if (AudioHeap_SearchCaches(FONT_TABLE, CACHE_EITHER, cmd) != NULL)
|
//if (AudioHeap_SearchCaches(FONT_TABLE, CACHE_EITHER, cmd) != NULL)
|
||||||
{
|
{
|
||||||
channel->fontId = cmd;
|
channel->fontId = cmd;
|
||||||
|
Loading…
Reference in New Issue
Block a user