aboutsummaryrefslogtreecommitdiff
path: root/cyclone/sickle/pong.c
diff options
context:
space:
mode:
Diffstat (limited to 'cyclone/sickle/pong.c')
-rw-r--r--cyclone/sickle/pong.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cyclone/sickle/pong.c b/cyclone/sickle/pong.c
index 59a8beb..d52ed44 100644
--- a/cyclone/sickle/pong.c
+++ b/cyclone/sickle/pong.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2003 krzYszcz and others.
+/* Copyright (c) 2003 krzYszcz and others.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
@@ -243,5 +243,5 @@ void pong_tilde_setup(void)
sizeof(t_pong), 0, A_GIMME, 0);
sic_setup(pong_class, pong_dsp, SIC_FLOATTOSIGNAL);
class_addmethod(pong_class, (t_method)pong_mode,
- gensym("mode"), A_FLOAT, 0);
+ gensym("mode"), A_DEFFLOAT, 0); /* CHECKED default */
}