mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5009 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
eccfe6b560
commit
b14854ae04
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ qboolean Stats_ParsePickups(const char *line)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
qboolean Stats_ParsePrintLine(char *line)
|
qboolean Stats_ParsePrintLine(const char *line)
|
||||||
{
|
{
|
||||||
statmessage_t *ms;
|
statmessage_t *ms;
|
||||||
int p1;
|
int p1;
|
||||||
|
|
Loading…
Reference in a new issue