fix message
This commit is contained in:
@@ -113,7 +113,7 @@ void ActorScroller::LoadFromNode( const CString &sDir, const XNode *pNode )
|
|||||||
|
|
||||||
#define GET_VALUE( szName, valueOut ) \
|
#define GET_VALUE( szName, valueOut ) \
|
||||||
if( !pNode->GetAttrValue( szName, valueOut ) ) { \
|
if( !pNode->GetAttrValue( szName, valueOut ) ) { \
|
||||||
CString sError = ssprintf("Animation in '%s' is missing the value Scroller::%s", sDir.c_str(), szName); \
|
CString sError = ssprintf("ActorScroller in '%s' is missing the value Scroller::%s", sDir.c_str(), szName); \
|
||||||
LOG->Warn( sError ); \
|
LOG->Warn( sError ); \
|
||||||
Dialog::OK( sError ); \
|
Dialog::OK( sError ); \
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user