Merge pull request #3765 from GregorR/netplay-deinit

Making netplay disable when it deinits
This commit is contained in:
Twinaphex 2016-10-09 17:28:30 +02:00 committed by GitHub
commit fef48b9274

View File

@ -1427,6 +1427,7 @@ void deinit_netplay(void)
if (netplay_data)
netplay_free(netplay_data);
netplay_data = NULL;
netplay_enabled = false;
}
/**