Skip to content

Commit

Permalink
reset ping timer with console
Browse files Browse the repository at this point in the history
  • Loading branch information
timbergeron committed Oct 29, 2024
1 parent 9e60fb0 commit 8c47e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Quake/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ void Con_ToggleConsole_f (void)
}
}

cl.expectingpingtimes = realtime + 1; // woods

SCR_EndLoadingPlaque ();
memset (con_times, 0, sizeof(con_times));

Expand Down

0 comments on commit 8c47e69

Please sign in to comment.