mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Fix compile error.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3468 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
25f3653d9f
commit
b6f1cf12da
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ void VARGS SV_Error (char *error, ...)
|
|||
}
|
||||
|
||||
#ifdef SERVERONLY
|
||||
void VARGS Host_EndGame (char *message, ...)
|
||||
void VARGS Host_EndGame (char *error, ...)
|
||||
{
|
||||
va_list argptr;
|
||||
char string[1024];
|
||||
|
|
Loading…
Reference in a new issue