Quick comment. INI files are deprecated.

This commit is contained in:
Jason Felds
2011-05-20 23:41:36 -04:00
parent 5371303a1d
commit 28a2a4da2e
+1 -1
View File
@@ -118,7 +118,7 @@ void BGAnimation::LoadFromAniDir( const RString &_sAniDir )
LoadFromNode( pBGAnimation );
}
else
else // We don't officially support .ini files anymore.
{
XNode dummy( "BGAnimation" );
XNode *pBG = &dummy;