diff --git a/rogueviz/ads/ds-texture.cpp b/rogueviz/ads/ds-texture.cpp index f159fbec..c7c53e57 100644 --- a/rogueviz/ads/ds-texture.cpp +++ b/rogueviz/ads/ds-texture.cpp @@ -24,6 +24,7 @@ void reset_textures() { } void init_textures() { + if(!earth_textures.empty()) return; earth_textures.clear(); string dir = "ds-images/"; fhstream f(dir + "list.txt", "rt");