got rid of stupid "buffor"

This commit is contained in:
David Anderson 2006-02-07 08:57:34 +00:00
parent a2bd08cf64
commit 29f46a56d9

View File

@ -173,8 +173,6 @@ bool fastcellcmp(cell *a, cell *b, cell len)
static cell AMX_NATIVE_CALL replace(AMX *amx, cell *params) /* 4 param */
{
static char buffor[3072];
cell *text = get_amxaddr(amx, params[1]);
cell len = params[2];
cell *what = get_amxaddr(amx, params[3]);