This commit is contained in:
Paul 2001-07-23 13:28:44 +00:00
parent 99da46d7c1
commit 1ec52b0390

View File

@ -1255,7 +1255,7 @@ void CFmaScene::shutdown()
{
for(int i=0;i<FMA_NUM_ACTORS;i++)
{
for (int b=0; b<2; b++)
for (int b=0; b<3; b++)
{
if (m_actorData[i].m_gfx[b]) delete m_actorData[i].m_gfx[b];
}