Reset netplay stall state upon disconnection

This commit is contained in:
Gregor Richards 2016-09-23 22:20:47 -04:00
parent ae92cfeac2
commit 236839e22f

View File

@ -82,6 +82,7 @@ static void hangup(netplay_t *netplay)
netplay->remote_paused = false;
netplay->flip = false;
netplay->flip_frame = 0;
netplay->stall = 0;
}
}