aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/font.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-09-17 22:56:28 +0000
committerFilippos Karapetis2007-09-17 22:56:28 +0000
commit86b3c8ddeb2d01718e8c8053ae31b50716c38160 (patch)
tree86df43fb0bf2dcdd60316d2c6de7811ea3631af0 /engines/saga/font.h
parentef0df159f14ffae39860801db1c6c7f5c7872137 (diff)
downloadscummvm-rg350-86b3c8ddeb2d01718e8c8053ae31b50716c38160.tar.gz
scummvm-rg350-86b3c8ddeb2d01718e8c8053ae31b50716c38160.tar.bz2
scummvm-rg350-86b3c8ddeb2d01718e8c8053ae31b50716c38160.zip
Character with ASCII code 9 is tab
svn-id: r28934
Diffstat (limited to 'engines/saga/font.h')
-rw-r--r--engines/saga/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/saga/font.h b/engines/saga/font.h
index 5823513e0f..5fd3a53721 100644
--- a/engines/saga/font.h
+++ b/engines/saga/font.h
@@ -39,6 +39,7 @@ namespace Saga {
// have a valid offset of '0'
#define FONT_FIRSTCHAR 33
+#define FONT_CH_TAB 9
#define FONT_CH_SPACE 32
#define FONT_CH_QMARK 63