mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-24 19:11:59 +00:00
Fix duplicate packet hash checking
This commit is contained in:
parent
f476f6b268
commit
1e100a52fe
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ struct NetworkPlayer {
|
|||
bool localLevelMatch;
|
||||
char name[MAX_PLAYER_STRING];
|
||||
u16 rxSeqIds[MAX_RX_SEQ_IDS];
|
||||
u16 rxPacketHash[MAX_RX_SEQ_IDS];
|
||||
u32 rxPacketHash[MAX_RX_SEQ_IDS];
|
||||
};
|
||||
|
||||
extern struct NetworkPlayer gNetworkPlayers[];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue