Another param change that I seemed to have missed... should be no problem

This commit is contained in:
Scott Ehlert 2006-05-04 22:39:23 +00:00
parent ecd2d913e4
commit 7cd10e4796

View File

@ -21,7 +21,7 @@ native traceresult(type,{Float,Sql,Result,_}:...);
native register_impulse(impulse, function[]);
/* Registers a touch action to a function by classnames. Use * to specify any classname. */
native register_touch(Toucher[], Touched[], function[]);
native register_touch(Touched[], Toucher[], function[]);
/* Registers a think action to a function by classname. */
native register_think(Classname[], function[]);