aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/display_v1d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/display_v1d.cpp')
-rw-r--r--engines/hugo/display_v1d.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/engines/hugo/display_v1d.cpp b/engines/hugo/display_v1d.cpp
index a46f5a8bec..df5ea636c6 100644
--- a/engines/hugo/display_v1d.cpp
+++ b/engines/hugo/display_v1d.cpp
@@ -46,9 +46,11 @@ Screen_v1d::Screen_v1d(HugoEngine *vm) : Screen(vm) {
Screen_v1d::~Screen_v1d() {
}
-// Load font file, construct font ptrs and reverse data bytes
-// TODO: This uses hardcoded fonts in hugo.dat, it should be replaced
-// by a proper implementation of .FON files
+/**
+* Load font file, construct font ptrs and reverse data bytes
+* TODO: This uses hardcoded fonts in hugo.dat, it should be replaced
+* by a proper implementation of .FON files
+*/
void Screen_v1d::loadFont(int16 fontId) {
debugC(2, kDebugDisplay, "loadFont(%d)", fontId);