aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/draw-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/draw-manager.h b/engines/hdb/draw-manager.h
index 9e5125eedd..3e88fa9c8f 100644
--- a/engines/hdb/draw-manager.h
+++ b/engines/hdb/draw-manager.h
@@ -44,8 +44,11 @@ struct TileLookup {
Tile *tData;
uint16 skyIndex;
uint16 animIndex;
+
+ TileLookup() : filename(NULL), tData(NULL), skyIndex(0), animIndex(0) {}
};
+
class DrawMan {
public: