From a6f446d4ec8b318da54b438f34b253ef57bba7b0 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 21 May 2007 17:16:15 +0000 Subject: [PATCH] removed unused param from GetEntDataArray --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40833 --- plugins/include/entity.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/entity.inc b/plugins/include/entity.inc index a0620de7..7b3fb977 100644 --- a/plugins/include/entity.inc +++ b/plugins/include/entity.inc @@ -687,7 +687,7 @@ native SetEntPropString(entity, PropType:type, const String:prop[], const String * @noreturn * @error Invalid entity or offset out of reasonable bounds. */ -stock GetEntDataArray(entity, offset, value, array[], arraySize, dataSize=4) +stock GetEntDataArray(entity, offset, array[], arraySize, dataSize=4) { for (new i=0; i