Fix CS:GO OnGetWeaponPrice forward on Linux.
This commit is contained in:
parent
93da058dbd
commit
152a86f6f4
@ -207,7 +207,7 @@ bool CreateWeaponPriceDetour()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if SOURCE_ENGINE == SE_CSGO && defined(WIN32)
|
#if SOURCE_ENGINE == SE_CSGO
|
||||||
void *pGetWeaponPriceAddress = GetWeaponPriceFunction();
|
void *pGetWeaponPriceAddress = GetWeaponPriceFunction();
|
||||||
|
|
||||||
if(!pGetWeaponPriceAddress)
|
if(!pGetWeaponPriceAddress)
|
||||||
|
Loading…
Reference in New Issue
Block a user