aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-06-20 14:26:01 +0000
committerFlorian Kagerer2009-06-20 14:26:01 +0000
commit8d26c58372c9878a26e220c69c76e5500f1f942f (patch)
treea66fcbe409215165e73f2d87c837af11a88e920f /engines/kyra/lol.h
parent6cc4140cf4372ca67ecc74e8e27f0f9bca2b119d (diff)
downloadscummvm-rg350-8d26c58372c9878a26e220c69c76e5500f1f942f.tar.gz
scummvm-rg350-8d26c58372c9878a26e220c69c76e5500f1f942f.tar.bz2
scummvm-rg350-8d26c58372c9878a26e220c69c76e5500f1f942f.zip
LOL: implemented save menu
svn-id: r41713
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index c4b7ea7819..32adc8347d 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -855,8 +855,8 @@ private:
// TODO: Rethink of a proper way for conversion, currently our GUI charset isn't defined
// properly, thus this might not work on every system.
- static const uint8 _fontConversionTableGerman[];
- static const int _fontConversionTableGermanSize;
+ static const uint8 _fontConversionTable[];
+ static const int _fontConversionTableSize;
// graphics
void setupScreenDims();