parent
c2b0dcf7ba
commit
83a0c3ccf2
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ void CMinimap::Destroy()
|
||||||
MinimapSurface = NULL;
|
MinimapSurface = NULL;
|
||||||
}
|
}
|
||||||
if (MinimapFogSurface && MinimapFogSurface->format != NULL) {
|
if (MinimapFogSurface && MinimapFogSurface->format != NULL) {
|
||||||
// SDL_FreeSurface(MinimapFogSurface);
|
SDL_FreeSurface(MinimapFogSurface);
|
||||||
MinimapSurface = NULL;
|
MinimapSurface = NULL;
|
||||||
}
|
}
|
||||||
delete[] Minimap2MapX;
|
delete[] Minimap2MapX;
|
||||||
|
|
Loading…
Reference in a new issue