fix message

This commit is contained in:
Glenn Maynard
2005-09-27 03:32:14 +00:00
parent 71ad5179b4
commit cc737b0835
+1 -1
View File
@@ -113,7 +113,7 @@ void ActorScroller::LoadFromNode( const CString &sDir, const XNode *pNode )
#define GET_VALUE( 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 ); \
Dialog::OK( sError ); \
}