mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Fix missing header declaration of cv_pingtimeout (???)
This commit is contained in:
parent
bca0b48f45
commit
23190aac92
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue