1
0
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:
2011-04-16 20:30:12 -04:00
parent 16192eb7b7
commit 1cf8500e4a
11 changed files with 78 additions and 15 deletions

View File

@ -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 ];