This commit is contained in:
Paul 2001-04-09 23:28:27 +00:00
parent 1e0e21be9f
commit 014f807bf2

View File

@ -281,6 +281,8 @@ void CPlayer::shutdown()
s_playerModes[i]->shutdown();
}
delete m_actorGfx;
m_spriteBank->dump(); delete m_spriteBank;
m_fontBank->dump(); delete m_fontBank;