aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/font.cpp
diff options
context:
space:
mode:
authorThanasis Antoniou2018-12-14 15:52:28 +0200
committerEugene Sandulenko2018-12-25 12:35:52 +0100
commit3185b53396381dd35e80aea8c9b00bc29b0846da (patch)
tree14a3983caea125ed4a01257b80bcac2b04cb858c /engines/bladerunner/font.cpp
parent433208c6c47dfbc331cd8f821d9443ae67cd93d6 (diff)
downloadscummvm-rg350-3185b53396381dd35e80aea8c9b00bc29b0846da.tar.gz
scummvm-rg350-3185b53396381dd35e80aea8c9b00bc29b0846da.tar.bz2
scummvm-rg350-3185b53396381dd35e80aea8c9b00bc29b0846da.zip
BLADERUNNER: Removed redundant header inclusion
Diffstat (limited to 'engines/bladerunner/font.cpp')
-rw-r--r--engines/bladerunner/font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/font.cpp b/engines/bladerunner/font.cpp
index 8eec126fc9..2746d5e631 100644
--- a/engines/bladerunner/font.cpp
+++ b/engines/bladerunner/font.cpp
@@ -94,7 +94,7 @@ bool Font::open(const Common::String &fileName, int screenWidth, int screenHeigh
// break;
// }
// }
- //debug("char::%d character x: %d, y: %d, w: %d, h:%d, do: %d", i, _characters[i].x, _characters[i].y, _characters[i].width, _characters[i].height, _characters[i].dataOffset);
+// debug("char::%d character x: %d, y: %d, w: %d, h:%d, do: %d", i, _characters[i].x, _characters[i].y, _characters[i].width, _characters[i].height, _characters[i].dataOffset);
}
for (int i = 0; i < _dataSize; i++) {
_data[i] = stream->readUint16LE();