aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toltecs/screen.h')
-rw-r--r--engines/toltecs/screen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/toltecs/screen.h b/engines/toltecs/screen.h
index ff27bb2ba5..c9a70607fe 100644
--- a/engines/toltecs/screen.h
+++ b/engines/toltecs/screen.h
@@ -214,6 +214,8 @@ public:
void saveState(Common::WriteStream *out);
void loadState(Common::ReadStream *in);
+ uint getFontResIndex(int fontNum) const { return _fontResIndexArray[fontNum]; }
+
//protected:
public: