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:
parent
9776d00e71
commit
eda6e0c0fd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue