mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-25 16:23:41 -05:00
Fixing default value of localHeartbeat
This commit is contained in:
parent
d59bf93cd5
commit
ad85a77611
|
|
@ -936,7 +936,7 @@ class LinkWireless {
|
|||
u32 lastPacketIdFromClients[LINK_WIRELESS_MAX_PLAYERS];
|
||||
u32 lastConfirmationFromClients[LINK_WIRELESS_MAX_PLAYERS];
|
||||
int lastHeartbeatFromClients[LINK_WIRELESS_MAX_PLAYERS];
|
||||
int localHeartbeat = 0;
|
||||
int localHeartbeat = -1;
|
||||
};
|
||||
|
||||
struct MessageHeader {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user