InitPlayers matching

This commit is contained in:
Dethrace Labs 2026-01-05 10:38:13 +13:00 committed by Dethrace Engineering Department
parent ffd05cac7f
commit e7edd55d84
1 changed files with 2 additions and 2 deletions

View File

@ -1461,13 +1461,13 @@ void InitPlayers(void) {
for (i = 0; i < gNumber_of_net_players; i++) {
InitialisePlayerScore(&gNet_players[i]);
}
gIt_or_fox = -1;
if (gNet_mode == eNet_mode_host) {
gLast_it_change = 0;
gLast_lepper = NULL;
}
gTime_for_punishment = 0;
gNot_shown_race_type_headup = 1;
gIt_or_fox = -1;
gTime_for_punishment = 0;
}
// IDA: void __usercall BuyPSPowerup(int pIndex@<EAX>)