Home
last modified time | relevance | path

Searched refs:cv_noticedownload (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_clisrv.h379 extern consvar_t cv_maxsend, cv_noticedownload, cv_downloadspeed;
H A Dd_netfil.c718 if (cv_noticedownload.value) in AddFileToSendQueue()
892 if (cv_noticedownload.value) in SV_EndFileSend()
H A Dd_netcmd.c579 CV_RegisterVar(&cv_noticedownload); in D_RegisterServerCommands()
H A Dd_clisrv.c3119 consvar_t cv_noticedownload = CVAR_INIT ("noticedownload", "Off", CV_SAVE|CV_NETVAR, CV_OnOff, NULL… variable