should probably move that here

This commit is contained in:
Blockyyy 2025-11-30 19:04:27 +01:00
parent 1081a91790
commit af1c77e588

View file

@ -712,6 +712,7 @@ void network_shutdown(bool sendLeaving, bool exiting, bool popup, bool reconnect
gOverrideFar = 0;
gOverrideFOV = 0;
gRoomOverride = -1;
gOverrideBank = -1;
gCurrActStarNum = 0;
gCurrActNum = 0;
gCurrCreditsEntry = NULL;
@ -750,8 +751,6 @@ void network_shutdown(bool sendLeaving, bool exiting, bool popup, bool reconnect
gLuaVolumeSfx = 127;
gLuaVolumeEnv = 127;
gOverrideBank = -1;
struct Controller* cnt = gPlayer1Controller;
cnt->rawStickX = 0;
cnt->rawStickY = 0;