Home
last modified time | relevance | path

Searched refs:cv_chatwidth (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.c1352 INT32 boxw = cv_chatwidth.value; in HU_drawMiniChat()
1497 INT32 boxw = cv_chatwidth.value, boxh = cv_chatheight.value; in HU_drawChatLog()
1616 INT32 boxw = cv_chatwidth.value; in HU_DrawChat()
H A Dd_netcmd.c742 CV_RegisterVar(&cv_chatwidth); in D_RegisterClientCommands()
H A Dg_game.c308 consvar_t cv_chatwidth = CVAR_INIT ("chatwidth", "150", CV_SAVE, chatwidth_cons_t, NULL); variable
H A Dm_menu.c1367 {IT_STRING | IT_CVAR | IT_CV_SLIDER, NULL, "Chat Box Width", &cv_chatwidth, 126},