Don't redefine MAX_PATH in bot code

This commit is contained in:
Zack Middleton 2017-10-04 22:13:41 -05:00
parent 39b0702550
commit 815c898bf5
8 changed files with 14 additions and 30 deletions

View file

@ -971,7 +971,7 @@ int PC_Directive_include(source_t *source)
{
script_t *script;
token_t token;
char path[MAX_PATH];
char path[MAX_QPATH];
#ifdef QUAKE
foundfile_t file;
#endif //QUAKE