aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/hdb/draw-manager.cpp2
-rw-r--r--engines/hdb/map-loader.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/draw-manager.cpp b/engines/hdb/draw-manager.cpp
index bc08e0f528..6ee25ceda4 100644
--- a/engines/hdb/draw-manager.cpp
+++ b/engines/hdb/draw-manager.cpp
@@ -184,7 +184,7 @@ Graphics::Surface Picture::load(Common::SeekableReadStream *stream) {
_width = stream->readUint32LE();
_height = stream->readUint32LE();
stream->read(_name, 64);
-
+
Graphics::PixelFormat format(2, 5, 6, 5, 0, 11, 5, 0, 0);
debug(8, "Picture: _width: %d, _height: %d", _width, _height);
diff --git a/engines/hdb/map-loader.cpp b/engines/hdb/map-loader.cpp
index 720c921865..238e40fb6c 100644
--- a/engines/hdb/map-loader.cpp
+++ b/engines/hdb/map-loader.cpp
@@ -110,7 +110,7 @@ bool Map::load(Common::SeekableReadStream *stream) {
int sky = loadTiles();
g_hdb->_drawMan->setSky(sky);
_mapX = _mapY = 0;
-
+
/*
TODO: Add the animating tile lists
*/