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

View file

@ -64,7 +64,7 @@
return pGetBotLibAPI(apiVersion, import); return pGetBotLibAPI(apiVersion, import);
} }
#else #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. { //a stub that will prevent botlib from loading.
return NULL; return NULL;
} }