Skip to content

Commit

Permalink
Remove invalid test assert macro
Browse files Browse the repository at this point in the history
  • Loading branch information
schellingb committed Jun 26, 2023
1 parent 356f31b commit 84f72c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/netplay/netplay_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -5992,7 +5992,7 @@ static bool netplay_get_cmd(netplay_t *netplay,
}

case NETPLAY_CMD_RESET:
{DBP_ASSERT_MODUS(NETPLAY_MODUS_INPUT_FRAME_SYNC)
{
uint32_t i;
uint32_t frame;
size_t reset_ptr;
Expand Down

0 comments on commit 84f72c8

Please sign in to comment.