aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.cpp')
-rw-r--r--scumm/charset.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index 91b11c1746..b1efd42172 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -1604,6 +1604,11 @@ void CharsetRendererNut::setCurID(byte id) {
assert(_current);
}
+int CharsetRendererNut::getCharHeight(byte chr) {
+ assert(_current);
+ return _current->getCharHeight(chr);
+}
+
int CharsetRendererNut::getCharWidth(byte chr) {
assert(_current);
return _current->getCharWidth(chr);