mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-25 16:23:41 -05:00
LinkCable: Setting playerCount=1 as default (like LinkWireless)
This commit is contained in:
parent
d901058cf5
commit
99dbe371ae
|
|
@ -446,7 +446,7 @@ class LinkCable {
|
|||
}
|
||||
|
||||
void resetState() {
|
||||
state.playerCount = 0;
|
||||
state.playerCount = 1;
|
||||
state.currentPlayerId = 0;
|
||||
|
||||
_state.outgoingMessages.syncClear();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user