aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/charset.cpp')
-rw-r--r--engines/scumm/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/charset.cpp b/engines/scumm/charset.cpp
index 207c3a51a4..f427594d54 100644
--- a/engines/scumm/charset.cpp
+++ b/engines/scumm/charset.cpp
@@ -251,7 +251,7 @@ byte *ScummEngine::get2byteCharPtr(int idx) {
default:
idx = 0;
}
- return _2byteFontPtr + ((_2byteWidth + 7) / 8) * _2byteHeight * idx;
+ return _2byteFontPtr + ((_2byteWidth + 7) / 8) * _2byteHeight * idx;
}