diff options
author | Tobia Tesan | 2017-05-01 00:02:18 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-05-02 21:01:23 +0100 |
commit | bad6cc32ef0ee2ff36ca3f67b2104d33b14084e9 (patch) | |
tree | 85360e1f27c233f80f9c1267bd27fbb4ed56ff2f /engines | |
parent | 6a741a88c98da78ca860054fce387cb66f57d5cf (diff) | |
download | scummvm-rg350-bad6cc32ef0ee2ff36ca3f67b2104d33b14084e9.tar.gz scummvm-rg350-bad6cc32ef0ee2ff36ca3f67b2104d33b14084e9.tar.bz2 scummvm-rg350-bad6cc32ef0ee2ff36ca3f67b2104d33b14084e9.zip |
DIRECTOR: Equip textCast with _ftext
Diffstat (limited to 'engines')
-rw-r--r-- | engines/director/cast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/director/cast.h b/engines/director/cast.h index 69641b553d..b2ba7fc7df 100644 --- a/engines/director/cast.h +++ b/engines/director/cast.h @@ -136,6 +136,8 @@ public: byte textSlant; Common::Array<TextFlag> textFlags; uint16 palinfo1, palinfo2, palinfo3; + + Common::String _ftext; }; enum ButtonType { |