diff options
Diffstat (limited to 'engines/hdb')
-rw-r--r-- | engines/hdb/map-loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/map-loader.cpp b/engines/hdb/map-loader.cpp index 06bbe2184b..d67bb2a18c 100644 --- a/engines/hdb/map-loader.cpp +++ b/engines/hdb/map-loader.cpp @@ -78,7 +78,7 @@ bool Map::load(Common::SeekableReadStream *stream) { } if (gDebugLevel >= 5) { debug(5, "Background:"); - Common::hexdump((const byte *)_foreground, 512); + Common::hexdump((const byte *)_background, 512); } |