From 7669ab02f624e69b7d7051bd4e7af87e7c07c95d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 8 May 2006 00:26:32 +0000 Subject: [PATCH] fixed prototype error --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 7908f35f..a985646e 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -1023,7 +1023,7 @@ native PrepareArray(array[], size, copyback=0); * executes a forward. returns result in ret. * returns 1 for success, 0 for failure. */ -native ExecuteForward(forward_handle, &ret, ...); +native ExecuteForward(forward_handle, &ret, {Float,_}:...); /** * Destroys/deallocates any type of forward