|
|
@ -178,7 +178,7 @@ void Textures::cleanup() {
|
|
|
|
|
|
|
|
|
|
|
|
auto & textures = enabler->textures;
|
|
|
|
auto & textures = enabler->textures;
|
|
|
|
auto &raws = textures.raws;
|
|
|
|
auto &raws = textures.raws;
|
|
|
|
size_t texpos_end = g_dfhack_logo_texpos_start + g_num_dfhack_textures;
|
|
|
|
size_t texpos_end = g_dfhack_logo_texpos_start + g_num_dfhack_textures - 1;
|
|
|
|
for (size_t idx = g_dfhack_logo_texpos_start; idx <= texpos_end; ++idx) {
|
|
|
|
for (size_t idx = g_dfhack_logo_texpos_start; idx <= texpos_end; ++idx) {
|
|
|
|
DFSDL_FreeSurface((SDL_Surface *)raws[idx]);
|
|
|
|
DFSDL_FreeSurface((SDL_Surface *)raws[idx]);
|
|
|
|
raws[idx] = NULL;
|
|
|
|
raws[idx] = NULL;
|
|
|
|