Fix Merge and set maxerrors to 5

This commit is contained in:
jdflyer
2021-01-21 21:59:24 -07:00
parent 64bb8562fa
commit 37543ca29f
6 changed files with 16 additions and 11 deletions
@@ -128,6 +128,7 @@ void stop__8JAISoundFv(JAISound*);
class JAISoundHandle {
public:
JAISoundHandle(); // noninline in JAUClusterSound.cpp
~JAISoundHandle();
bool isSoundAttached() const { return mSound != NULL; }