fix crash

This commit is contained in:
Glenn Maynard
2004-01-13 09:47:22 +00:00
parent fa4f761112
commit 1e450fb209
+1
View File
@@ -564,6 +564,7 @@ void BGAnimationLayer::LoadFromIni( CString sAniDir, CString sLayer )
{
const IniFile::key *key = ini.GetKey( sLayer );
if( key )
for( IniFile::key::const_iterator i = key->begin();
i != key->end(); ++i)
{