Fix CS:GO OnGetWeaponPrice forward on Linux.

This commit is contained in:
Nicholas Hastings 2016-11-29 11:05:39 -05:00
parent 93da058dbd
commit 152a86f6f4

View File

@ -207,7 +207,7 @@ bool CreateWeaponPriceDetour()
}
}
#if SOURCE_ENGINE == SE_CSGO && defined(WIN32)
#if SOURCE_ENGINE == SE_CSGO
void *pGetWeaponPriceAddress = GetWeaponPriceFunction();
if(!pGetWeaponPriceAddress)