removed unused param from GetEntDataArray

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40833
This commit is contained in:
David Anderson 2007-05-21 17:16:15 +00:00
parent 9549136e06
commit a6f446d4ec

View File

@ -687,7 +687,7 @@ native SetEntPropString(entity, PropType:type, const String:prop[], const String
* @noreturn * @noreturn
* @error Invalid entity or offset out of reasonable bounds. * @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<arraySize; i++) for (new i=0; i<arraySize; i++)
{ {