Fix trying to use signature function for WeaponIDToAlias on linux.

This commit is contained in:
Ruben Gonzalez 2017-08-21 15:00:22 -04:00
parent f7d3e44b19
commit 5f9d571e12

View File

@ -376,7 +376,7 @@ int AliasToWeaponID(const char *weapon)
const char *WeaponIDToAlias(int weaponID) const char *WeaponIDToAlias(int weaponID)
{ {
#if SOURCE_ENGINE != SE_CSGO || !defined(WIN32) #if SOURCE_ENGINE != SE_CSGO
const char *alias = NULL; const char *alias = NULL;
static ICallWrapper *pWrapper = NULL; static ICallWrapper *pWrapper = NULL;