Fix missing header declaration of cv_pingtimeout (???)

This commit is contained in:
AJ Martinez 2024-03-24 00:03:21 -07:00
parent bca0b48f45
commit 23190aac92

View file

@ -549,7 +549,7 @@ extern boolean server_lagless;
extern consvar_t cv_mindelay;
extern consvar_t cv_netticbuffer, cv_allownewplayer, cv_maxconnections, cv_joindelay;
extern consvar_t cv_resynchattempts, cv_blamecfail;
extern consvar_t cv_pingtimeout, cv_resynchattempts, cv_blamecfail;
extern consvar_t cv_maxsend, cv_noticedownload, cv_downloadspeed;
#ifdef VANILLAJOINNEXTROUND