Update TerminateRound detour comment's

This commit is contained in:
Ruben Gonzalez 2016-02-18 11:15:39 -05:00
parent 4b04b8d51e
commit 803c6b0a82

View File

@ -95,11 +95,10 @@ DETOUR_DECL_MEMBER2(DetourTerminateRound, void, float, delay, int, reason)
} }
#else #else
//Windows CSGO //Windows CSGO
//char __userpurge TerminateRound<al>(unsigned int a1<ecx>, signed int a2<edi>, unsigned int a3<xmm1>, int a4) //char __userpurge TerminateRound(int a1@<ecx>, float a2@<xmm1>, int *a3)
// a1 - this // a1 - this
// a2 - unknown // a2 - delay
// a3 - delay // a3 - reason
// a4 - reason
DETOUR_DECL_MEMBER1(DetourTerminateRound, void, int, reason) DETOUR_DECL_MEMBER1(DetourTerminateRound, void, int, reason)
{ {
float delay; float delay;