fix for msg_trigger
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1124 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8362b8394b
commit
dcd75be7c1
1 changed files with 1 additions and 1 deletions
|
@ -3010,7 +3010,7 @@ void CL_ParsePrint(char *msg, int level)
|
|||
*msg = '\0';
|
||||
if (level != PRINT_CHAT)
|
||||
Stats_ParsePrintLine(printtext);
|
||||
TP_SearchForMsgTriggers(msg, level);
|
||||
TP_SearchForMsgTriggers(printtext, level);
|
||||
msg++;
|
||||
|
||||
memmove(printtext, msg, strlen(msg)+1);
|
||||
|
|
Loading…
Reference in a new issue