aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/map-loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/map-loader.h')
-rw-r--r--engines/hdb/map-loader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hdb/map-loader.h b/engines/hdb/map-loader.h
index 5ac3dae7f8..578dc1d589 100644
--- a/engines/hdb/map-loader.h
+++ b/engines/hdb/map-loader.h
@@ -72,9 +72,9 @@ private:
uint16 *_foreground;
MSMIcon *_iconList;
- char *_mapExplosions;
- char *_mapExpBarrels;
- char *_mapLaserBeams;
+ byte *_mapExplosions;
+ byte *_mapExpBarrels;
+ byte *_mapLaserBeams;
bool _mapLoaded;
};