mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-26 12:01:43 +00:00
should probably move that here
This commit is contained in:
parent
1081a91790
commit
af1c77e588
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue