aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/charset.cpp')
-rw-r--r--engines/simon/charset.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/simon/charset.cpp b/engines/simon/charset.cpp
index 8e8e431dc6..73f4fe699d 100644
--- a/engines/simon/charset.cpp
+++ b/engines/simon/charset.cpp
@@ -283,6 +283,10 @@ static const byte feebleFontSize[208] = {
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
};
+uint SimonEngine::getFeebleFontSize(byte chr) {
+ return feebleFontSize[chr - 32];
+}
+
void SimonEngine::showMessageFormat(const char *s, ...) {
char buf[STRINGBUFLEN];
char *str;
@@ -382,7 +386,7 @@ void SimonEngine::showmessage_helper_3(uint a, uint b) {
_newLines = 0;
}
-void SimonEngine::videoPutchar(WindowBlock *window, byte c, byte b) {
+void SimonEngine::windowPutChar(WindowBlock *window, byte c, byte b) {
byte width = 6;
if (c == 12) {