forked from fte/fteqw
1
0
Fork 0

A bugfix type thingie.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1707 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-12-14 22:05:07 +00:00
parent 9776d00e71
commit eda6e0c0fd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
return pGetBotLibAPI(apiVersion, import);
}
#else
botlib_export_t *FTE_GetBotLibAPI(int version, int apiVersion, botlib_import_t *import)
botlib_export_t *FTE_GetBotLibAPI(int apiVersion, botlib_import_t *import)
{ //a stub that will prevent botlib from loading.
return NULL;
}