Style nit

This commit is contained in:
twinaphex 2016-02-03 16:58:30 +01:00
parent f70a082626
commit 9b9efc745c
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ static void netplay_net_post_frame(netplay_t *netplay)
{
const struct delta_frame *ptr = &netplay->buffer[netplay->other_ptr];
if (memcmp(ptr->simulated_input_state, ptr->real_input_state, sizeof(ptr->real_input_state)) != 0
if (memcmp(ptr->simulated_input_state, ptr->real_input_state,
sizeof(ptr->real_input_state)) != 0
&& !ptr->used_real)
break;
netplay->other_ptr = NEXT_PTR(netplay->other_ptr);