aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/map-loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/map-loader.cpp')
-rw-r--r--engines/hdb/map-loader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hdb/map-loader.cpp b/engines/hdb/map-loader.cpp
index 984062fa59..f0f9370e97 100644
--- a/engines/hdb/map-loader.cpp
+++ b/engines/hdb/map-loader.cpp
@@ -83,9 +83,9 @@ bool Map::load(Common::SeekableReadStream *stream) {
TODO: Set the InMapName once its setup
*/
- _mapExplosions = new char[_width * _height];
- _mapExpBarrels = new char[_width * _height];
- _mapLaserBeams = new char[_width * _height];
+ _mapExplosions = new byte[_width * _height];
+ _mapExpBarrels = new byte[_width * _height];
+ _mapLaserBeams = new byte[_width * _height];
_mapX = _mapY = 0;