diff options
author | Eugene Sandulenko | 2019-06-08 13:29:05 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:45 +0200 |
commit | bc8369a984808a2c43b00fcc15979466771c066d (patch) | |
tree | 0bfd5af6d9d8d7c85ffe482a2b740f38a8b12f9f | |
parent | 4b463bcc29b3f5724cc2df45f661aea330b1b0fe (diff) | |
download | scummvm-rg350-bc8369a984808a2c43b00fcc15979466771c066d.tar.gz scummvm-rg350-bc8369a984808a2c43b00fcc15979466771c066d.tar.bz2 scummvm-rg350-bc8369a984808a2c43b00fcc15979466771c066d.zip |
JANITORIAL: Remove trailing whitespaces
-rw-r--r-- | engines/hdb/draw-manager.cpp | 2 | ||||
-rw-r--r-- | engines/hdb/map-loader.cpp | 2 |
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 */ |