Home
last modified time | relevance | path

Searched refs:cv_chattime (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dg_game.h53 extern consvar_t cv_chatwidth, cv_chatnotifications, cv_chatheight, cv_chattime, cv_consolechat, cv…
H A Dhu_stuff.c427 chat_timers[chat_nummsg_min] = TICRATE*cv_chattime.value; in HU_AddChatText()
1433 …INT32 timer = ((cv_chattime.value*TICRATE)-chat_timers[i]) - cv_chattime.value*TICRATE+9; // see b… in HU_drawMiniChat()
H A Dd_netcmd.c743 CV_RegisterVar(&cv_chattime); in D_RegisterClientCommands()
H A Dg_game.c304 consvar_t cv_chattime = CVAR_INIT ("chattime", "8", CV_SAVE, chattime_cons_t, NULL); variable
H A Dm_menu.c1369 {IT_STRING | IT_CVAR, NULL, "Message Fadeout Time", &cv_chattime, 136},