aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text16.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/text16.h')
-rw-r--r--engines/sci/graphics/text16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/text16.h b/engines/sci/graphics/text16.h
index f1ce39f8df..2885fc928b 100644
--- a/engines/sci/graphics/text16.h
+++ b/engines/sci/graphics/text16.h
@@ -69,7 +69,7 @@ public:
private:
void init();
- void SwitchToFont900OnSjis(const char *text);
+ bool SwitchToFont900OnSjis(const char *text);
ResourceManager *_resMan;
GfxCache *_cache;