aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/display.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-11-01 17:06:03 +0000
committerFilippos Karapetis2007-11-01 17:06:03 +0000
commit60c6720441ae107b93a92e1e691f0a31a95e40c3 (patch)
tree2cefe1e8d1dbe65409516cdfd4febdf18db4c5df /engines/queen/display.h
parenta20ad01075a4387bc9731859db1a74f90a144d0d (diff)
downloadscummvm-rg350-60c6720441ae107b93a92e1e691f0a31a95e40c3.tar.gz
scummvm-rg350-60c6720441ae107b93a92e1e691f0a31a95e40c3.tar.bz2
scummvm-rg350-60c6720441ae107b93a92e1e691f0a31a95e40c3.zip
Some changes to FOTAQ for the work in progress Greek translation in FR #1723255 - "FOTAQ code modifications (mostly for greek translation)":
- Added Greek font to FOTAQ - When the verb is "Go to" in the Greek version, there won't be a space after the verb and the item (as per the translator's request) - The strings in the journal are not cut off in the Greek version svn-id: r29360
Diffstat (limited to 'engines/queen/display.h')
-rw-r--r--engines/queen/display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/queen/display.h b/engines/queen/display.h
index b26ae1fac0..4230ca2971 100644
--- a/engines/queen/display.h
+++ b/engines/queen/display.h
@@ -258,6 +258,7 @@ private:
static const uint8 _fontRegular[];
static const uint8 _fontHebrew[];
static const uint8 _fontRussian[];
+ static const uint8 _fontGreek[];
static const uint8 _palJoeClothes[];
static const uint8 _palJoeDress[];
};