Home
last modified time | relevance | path

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

/dports/games/iortcw/iortcw-1.51c/SP/code/client/
H A Dclient.h164 char limboChatMsgs[LIMBOCHAT_HEIGHT][LIMBOCHAT_WIDTH * 3 + 1]; member
H A Dcl_main.c4886 strcpy( cl.limboChatMsgs[i], cl.limboChatMsgs[i - 1] ); in CL_AddToLimboChat()
4890 p = cl.limboChatMsgs[0]; in CL_AddToLimboChat()
4920 strncpy( buf, cl.limboChatMsgs[index], 140 ); in CL_GetLimboString()
/dports/games/iortcw/iortcw-1.51c/MP/code/client/
H A Dclient.h166 char limboChatMsgs[LIMBOCHAT_HEIGHT][LIMBOCHAT_WIDTH * 3 + 1]; member
H A Dcl_main.c5328 strcpy( cl.limboChatMsgs[i], cl.limboChatMsgs[i - 1] ); in CL_AddToLimboChat()
5332 p = cl.limboChatMsgs[0]; in CL_AddToLimboChat()
5362 strncpy( buf, cl.limboChatMsgs[index], 140 ); in CL_GetLimboString()