Type -> Class.
This commit is contained in:
@@ -97,7 +97,7 @@ void DifficultyMeter::LoadFromNode( const XNode* pNode )
|
|||||||
ActorFrame::LoadFromNode( pNode );
|
ActorFrame::LoadFromNode( pNode );
|
||||||
|
|
||||||
RString s;
|
RString s;
|
||||||
pNode->GetAttrValue( "Type", s );
|
pNode->GetAttrValue( "Class", s );
|
||||||
ASSERT( s.size() );
|
ASSERT( s.size() );
|
||||||
Load( s );
|
Load( s );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user