From add9b1126a9d2388a047f68c6f0ecd2eaefb4bc1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 16 Apr 2004 04:57:38 +0000 Subject: [PATCH] updated engine stock --- plugins/include/engine.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 37820ef6..d4362d8f 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -206,6 +206,9 @@ forward client_kill(id); forward client_PreThink(id); forward client_PostThink(id); +/* Forward for impulses. */ +forward client_impulse(id, impulse); + //from jghg2 /* As above, but returns number of ents stored in entlist. Use to find a specific type of entity classname (specify in _lookforclassname) around a * certain entity specified in aroundent. All matching ents are stored in entlist. Specify max amount of entities to find in maxents.