aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/font.h')
-rw-r--r--engines/hopkins/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/font.h b/engines/hopkins/font.h
index 8970b9c8e8..d9debdee44 100644
--- a/engines/hopkins/font.h
+++ b/engines/hopkins/font.h
@@ -82,7 +82,7 @@ public:
void displayTextVesa(int xp, int yp, const Common::String &message, int col);
void displayText(int xp, int yp, const Common::String &message, int col);
- void TEXT_COMPUT(int xp, int yp, const Common::String &msg, int col);
+ void renderTextDisplay(int xp, int yp, const Common::String &msg, int col);
};
} // End of namespace Hopkins