From ecd2d913e4ef408796054940a53d79c3b67f72d4 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 4 May 2006 22:12:16 +0000 Subject: [PATCH] Err, gah... native one being changed didn't really matter --- plugins/include/engine.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index ded354db..92191179 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -150,11 +150,8 @@ native remove_entity(iIndex); /* Return current number of entities in the map */ native entity_count(); -/* Simulate two entities colliding/touching. - * ptr - touched entity - * ptd - toucher entity - */ -native fake_touch(ptr, ptd); +/* Simulate two entities colliding/touching. */ +native fake_touch(entTouched, entToucher); /* 2 formats. Format: DispatchKeyValue("KeyName","Value") - sets keyvalues for the entity specified in the keyvalue() forward.