Fix HandleCommand_Buy_Internal param order.

This commit is contained in:
Ruben Gonzalez 2017-08-18 15:06:20 -04:00
parent 1d9ea142c4
commit 955a29a4aa
2 changed files with 2 additions and 9 deletions

View File

@ -21,15 +21,8 @@ CDetour *DCSWeaponDrop = NULL;
int weaponNameOffset = -1; int weaponNameOffset = -1;
//Windows CS:GO
// int __userpurge HandleCommand_Buy_Internal<eax>(int a1<ecx>, float a2<xmm0>, int a3, int a4, char a5)
// a1 - this
// a2 - CCSGameRules::GetWarmupPeriodEndTime(g_pGameRules)
// a3 - weapon
// a4 - unknown
// a5 - bRebuy
#if SOURCE_ENGINE == SE_CSGO #if SOURCE_ENGINE == SE_CSGO
DETOUR_DECL_MEMBER3(DetourHandleBuy, int, const char *, weapon, int, iUnknown, bool, bRebuy) DETOUR_DECL_MEMBER3(DetourHandleBuy, int, int, iUnknown, const char *, weapon, bool, bRebuy)
#else #else
DETOUR_DECL_MEMBER1(DetourHandleBuy, int, const char *, weapon) DETOUR_DECL_MEMBER1(DetourHandleBuy, int, const char *, weapon)
#endif #endif

@ -1 +1 @@
Subproject commit ea67e929f5bd127ec60331a7ba17d9f1d8d7ab0d Subproject commit 12365b39ccc20ab6c5fa28ec56f1c593d177b91c