|
@@ -15,6 +15,11 @@
|
|
|
|
|
|
|
|
#include "maxEgg.h"
|
|
#include "maxEgg.h"
|
|
|
|
|
|
|
|
|
|
+// 3dsmax versions below 9 don't define this.
|
|
|
|
|
+#ifndef _M
|
|
|
|
|
+#define _M(s) (s)
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: MaxNodeTree::Constructor
|
|
// Function: MaxNodeTree::Constructor
|
|
|
// Access: Public
|
|
// Access: Public
|
|
@@ -486,4 +491,4 @@ void MaxNodeTree::set_collision_tags(MaxNodeDesc *node_desc, EggGroup *egg_group
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
return;
|
|
return;
|
|
|
-}
|
|
|
|
|
|
|
+}
|