Fix RemoveDisguise Windows signature for TF2 (bug 3892)

This commit is contained in:
Matt Schubert
2009-07-09 17:45:20 -04:00
parent 14320f2155
commit 71600a4f37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -982,7 +982,7 @@ static cell_t WeaponEquip(IPluginContext *pContext, const cell_t *params)
START_CALL();
DECODE_VALVE_PARAM(1, thisinfo, 0);
DECODE_VALVE_PARAM(2, vparams, 0);
DECODE_VALVE_PARAM(2, vparams, 1);
FINISH_CALL_SIMPLE(NULL);
return 1;