diff options
Diffstat (limited to 'externals')
-rwxr-xr-x | externals/grill/flext/source/fllib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/fllib.cpp b/externals/grill/flext/source/fllib.cpp index 955350ad..80a8aae4 100755 --- a/externals/grill/flext/source/fllib.cpp +++ b/externals/grill/flext/source/fllib.cpp @@ -220,7 +220,7 @@ void flext_obj::lib_init(const char *name,void setupfun()) sizeof(flext_hdr),NULL,A_GIMME,A_NULL); // for all classes in library add methods - flext_base::AddMessageMethods(curlib->clss,curlib->dsp); + flext_base::AddMessageMethods(curlib->clss,curlib->dsp,true); #endif curlib = NULL; |