From 51ee2e48461b9f38563c20688634987281d1b7a5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 18 Jul 2006 09:59:36 +0000 Subject: [PATCH] this line doesn't look necessary --- amxmodx/amxmodx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/amxmodx/amxmodx.cpp b/amxmodx/amxmodx.cpp index 09cf9c6d..b4d8bca0 100755 --- a/amxmodx/amxmodx.cpp +++ b/amxmodx/amxmodx.cpp @@ -3767,7 +3767,6 @@ static cell AMX_NATIVE_CALL ExecuteForward(AMX *amx, cell *params) { char *tmp = get_amxstring(amx, params[i], 0, len); cell num = len / sizeof(cell) + 1; - num += 4 - (num % 4); if ((err=amx_Allot(amx, num, &allots[i-3].amx_addr, &allots[i-3].phys_addr)) != AMX_ERR_NONE) { LogError(amx, err, NULL);