Merge branch 'maint'

This commit is contained in:
Christoph Oelckers 2013-07-30 15:14:10 +02:00
commit 9c08a029b1
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ void FTextureManager::DeleteAll()
{
if (mAnimatedDoors[i].TextureFrames != NULL)
{
delete mAnimatedDoors[i].TextureFrames;
delete[] mAnimatedDoors[i].TextureFrames;
mAnimatedDoors[i].TextureFrames = NULL;
}
}