Fixes a warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1612 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ba12a35dca
commit
9ac5f4c441
1 changed files with 1 additions and 1 deletions
|
@ -1627,7 +1627,7 @@ void SVQ3_ShutdownGame(void)
|
|||
}
|
||||
|
||||
#ifdef USEBOTLIB
|
||||
void BL_Print(int l, char *fmt, ...)
|
||||
void VARGS BL_Print(int l, char *fmt, ...)
|
||||
{
|
||||
va_list argptr;
|
||||
char text[1024];
|
||||
|
|
Loading…
Reference in a new issue