mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-26 05:55:15 +00:00
Fixed sync of ttc speed setting and pss slide started
This commit is contained in:
parent
1fec13a0cb
commit
f9daef3839
1 changed files with 0 additions and 2 deletions
|
@ -66,9 +66,7 @@ void network_receive_level(struct Packet* p) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// read level variables
|
// read level variables
|
||||||
u8 redCoinsCollected;
|
|
||||||
packet_read(p, &gMarioStates[0].numCoins, sizeof(s16));
|
packet_read(p, &gMarioStates[0].numCoins, sizeof(s16));
|
||||||
packet_read(p, &redCoinsCollected, sizeof(u8));
|
|
||||||
packet_read(p, &gPssSlideStarted, sizeof(u8));
|
packet_read(p, &gPssSlideStarted, sizeof(u8));
|
||||||
packet_read(p, &gTTCSpeedSetting, sizeof(s16)); // likely doesn't work after level load.. but it could
|
packet_read(p, &gTTCSpeedSetting, sizeof(s16)); // likely doesn't work after level load.. but it could
|
||||||
gHudDisplay.coins = gMarioStates[0].numCoins;
|
gHudDisplay.coins = gMarioStates[0].numCoins;
|
||||||
|
|
Loading…
Reference in a new issue