mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Now we can compile on Max 8 as well as 2011
This commit is contained in:
@ -39,6 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "MaxComponent/plMaxAnimUtils.h"
|
||||
#include "MaxComponent/plPickNodeBase.h"
|
||||
#include "MaxMain/MaxCompat.h"
|
||||
|
||||
#include "iparamm2.h"
|
||||
|
||||
@ -454,11 +455,9 @@ hsBool plAnimStealthNode::IsParentUsedInScene( void )
|
||||
}
|
||||
|
||||
// Enum dependents
|
||||
int i;
|
||||
|
||||
plGetRefs callback;
|
||||
GetParentMtl()->DoEnumDependents( &callback );
|
||||
for( i = 0; i < callback.fList.GetCount(); i++ )
|
||||
ENUMDEPENDENTS(GetParentMtl(), &callback);
|
||||
for(int i = 0; i < callback.fList.GetCount(); i++ )
|
||||
{
|
||||
ReferenceMaker *maker = callback.fList[ i ];
|
||||
|
||||
|
Reference in New Issue
Block a user