From d7e53d7a818a812426d95a538e89aa31bb65f2b0 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 5 May 2006 08:30:16 +0000 Subject: [PATCH] Err, more descriptive param names? --- plugins/include/engine.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 968272f7..7c52fa71 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -82,8 +82,8 @@ native drop_to_floor(entity) /* Get whole buffer containing keys and their data. */ native get_info_keybuffer(id, buffer[], length); -/* Use an entity with another entity. "used" could be a hostage, "user" a player. */ -native force_use(used, user); +/* Use an entity with another entity. "entUsed" could be a hostage, "entUser" a player. */ +native force_use(entUsed, entUser); /* Get globals from server. */ native Float:get_global_float(variable);