diff --git a/netplay.c b/netplay.c index d05e080d69..aa322b6911 100644 --- a/netplay.c +++ b/netplay.c @@ -1395,8 +1395,8 @@ void netplay_flip_users(netplay_t *netplay) if(command) { - netplay->flip ^= true; - netplay->flip_frame = flip_frame; + netplay->flip ^= true; + netplay->flip_frame = true; } }