mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-29 07:23:01 +00:00
Fix warning
This commit is contained in:
parent
0f71de2332
commit
bb924bd533
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ void packet_receive(struct Packet* p) {
|
||||||
np->rxSeqIds[np->onRxSeqId] = p->seqId;
|
np->rxSeqIds[np->onRxSeqId] = p->seqId;
|
||||||
np->rxPacketHash[np->onRxSeqId] = packetHash;
|
np->rxPacketHash[np->onRxSeqId] = packetHash;
|
||||||
np->onRxSeqId++;
|
np->onRxSeqId++;
|
||||||
if (np->onRxSeqId >= MAX_RX_SEQ_IDS) { np->onRxSeqId = 0; }
|
//if (np->onRxSeqId >= MAX_RX_SEQ_IDS) { np->onRxSeqId = 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// parse the packet without processing the rest
|
// parse the packet without processing the rest
|
||||||
|
|
Loading…
Reference in a new issue