From e7edd55d84fe82b740006e25008e0df5e690bc2f Mon Sep 17 00:00:00 2001 From: Dethrace Labs <78985374+dethrace-labs@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:38:13 +1300 Subject: [PATCH] InitPlayers matching --- src/DETHRACE/common/netgame.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DETHRACE/common/netgame.c b/src/DETHRACE/common/netgame.c index 00cdf3fa..42d8af6d 100644 --- a/src/DETHRACE/common/netgame.c +++ b/src/DETHRACE/common/netgame.c @@ -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@)