Attempting to fix what I broke.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3398 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-10-06 08:12:29 +00:00
parent 8019ad0fae
commit 8b16f7c7f6
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ typedef struct bot_entitystate_s
typedef struct botlib_import_s
{
//print messages from the bot library
void (QDECL *Print)(int type, char *fmt, ...) LIKEPRINTF(2);
void (QDECL *Print)(int type, char *fmt, ...);
//trace a bbox through the world
void (QDECL *Trace)(bsp_trace_t *trace, vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int passent, int contentmask);
//trace a bbox against a specific entity