put this back to avoid corrupted rom hack level textures

This commit is contained in:
Isaac0-dev 2024-03-19 21:27:25 +10:00
parent f07b74c3d2
commit bb4ea3de46
1 changed files with 2 additions and 0 deletions

View File

@ -683,6 +683,8 @@ void network_shutdown(bool sendLeaving, bool exiting, bool popup, bool reconnect
mods_clear(&gActiveMods);
mods_clear(&gRemoteMods);
smlua_shutdown();
extern s16 gChangeLevel;
gChangeLevel = LEVEL_CASTLE_GROUNDS;
network_player_init();
camera_set_use_course_specific_settings(true);
free_vtx_scroll_targets();