diff options
author | johndoe123 | 2014-12-12 13:12:12 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2018-07-20 06:43:33 +0000 |
commit | 9d98f92298c7e0c494b0ae6455a5f0183080db70 (patch) | |
tree | ef54e0d117025bfe315fc858e65b9460a1d31bec /engines/illusions/resources/fontresource.h | |
parent | 36ec0fafdb186ad55a0d6c08e38b96ef84fa60a8 (diff) | |
download | scummvm-rg350-9d98f92298c7e0c494b0ae6455a5f0183080db70.tar.gz scummvm-rg350-9d98f92298c7e0c494b0ae6455a5f0183080db70.tar.bz2 scummvm-rg350-9d98f92298c7e0c494b0ae6455a5f0183080db70.zip |
ILLUSIONS: Add text drawing to BBDOU
Diffstat (limited to 'engines/illusions/resources/fontresource.h')
-rw-r--r-- | engines/illusions/resources/fontresource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/resources/fontresource.h b/engines/illusions/resources/fontresource.h index 8ea059fa37..579277c5f9 100644 --- a/engines/illusions/resources/fontresource.h +++ b/engines/illusions/resources/fontresource.h @@ -69,7 +69,7 @@ public: public: uint32 _totalSize; int16 _charHeight; - int16 _field_6; + int16 _defaultChar; int16 _colorIndex; int16 _lineIncr; int16 _widthC; |