Fixes a compile error (this doesn't stop native modules from compiling).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2912 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
406a7645a5
commit
9e3c465a79
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ BUILTIN(void, SetUserInfo, (char *key, char *value));
|
|||
#undef ARGNAMES
|
||||
|
||||
#define ARGNAMES ,pos,buffer,bufferlen
|
||||
BUILTIN(void, GetLocationName, (float *pos, char *buffer, int bufferlen))
|
||||
BUILTIN(void, GetLocationName, (float *pos, char *buffer, int bufferlen));
|
||||
#undef ARGNAMES
|
||||
|
||||
#define ARGNAMES ,soundname
|
||||
|
|
Loading…
Reference in a new issue