aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/hdb/draw-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/draw-manager.h b/engines/hdb/draw-manager.h
index c05c7e94a9..57ef1ad017 100644
--- a/engines/hdb/draw-manager.h
+++ b/engines/hdb/draw-manager.h
@@ -52,7 +52,7 @@ struct GfxCache {
char name[32];
Tile *gfx;
uint32 size;
- uint16 loaded;
+ int16 loaded;
GfxCache() : name(""), gfx(NULL), size(0), loaded(0) {}
};