From ff6b00b82c7f3f1a1efae7ba00894604aa70a60d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 10 Nov 2005 22:15:07 +0000 Subject: switched over the help files to the Pd standard name; removed the explicit helpfile declaration since its not needed and causes problems svn path=/trunk/externals/maxlib/; revision=3878 --- src/tilt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tilt.c') diff --git a/src/tilt.c b/src/tilt.c index c86afe2..dde587d 100644 --- a/src/tilt.c +++ b/src/tilt.c @@ -169,7 +169,7 @@ void tilt_setup(void) class_addmethod(tilt_class, (t_method)tilt_hi_limit, gensym("hi"), A_FLOAT, 0); class_addmethod(tilt_class, (t_method)tilt_low_limit, gensym("low"), A_FLOAT, 0); class_addmethod(tilt_class, (t_method)tilt_trip_point, gensym("trip"), A_FLOAT, 0); - class_sethelpsymbol(tilt_class, gensym("help-tilt.pd")); + post(version); } #else @@ -184,6 +184,6 @@ void maxlib_tilt_setup(void) class_addmethod(tilt_class, (t_method)tilt_hi_limit, gensym("hi"), A_FLOAT, 0); class_addmethod(tilt_class, (t_method)tilt_low_limit, gensym("low"), A_FLOAT, 0); class_addmethod(tilt_class, (t_method)tilt_trip_point, gensym("trip"), A_FLOAT, 0); - class_sethelpsymbol(tilt_class, gensym("maxlib/help-tilt.pd")); + class_sethelpsymbol(tilt_class, gensym("maxlib/tilt-help.pd")); } #endif -- cgit v1.2.1