aboutsummaryrefslogtreecommitdiff
path: root/saga/isomap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/isomap.cpp')
-rw-r--r--saga/isomap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/isomap.cpp b/saga/isomap.cpp
index ccb2398bbb..bf8a6ef2b2 100644
--- a/saga/isomap.cpp
+++ b/saga/isomap.cpp
@@ -34,6 +34,7 @@ namespace Saga {
IsoMap::IsoMap(Gfx *gfx) {
_gfx = gfx;
_init = 1;
+ _tiles_loaded = 0;
}
int IsoMap::loadTileset(const byte *tileres_p, size_t tileres_len) {