Update TerminateRound code and gamedata for update.

This commit is contained in:
Ruben Gonzalez
2014-07-11 09:18:47 -04:00
parent b0bfec0f8f
commit 9e1fef9775
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -372,12 +372,10 @@ static cell_t CS_TerminateRound(IPluginContext *pContext, const cell_t *params)
float delay = sp_ctof(params[1]);
int reason = params[2];
signed int unknown = 1;//We might want to find what this is?
__asm
{
push reason
movss xmm1, delay
mov edi, unknown
mov ecx, gamerules
call addr
}