aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting/effects/ttytext_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/scripting/effects/ttytext_effect.h')
-rw-r--r--engines/zvision/scripting/effects/ttytext_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/scripting/effects/ttytext_effect.h b/engines/zvision/scripting/effects/ttytext_effect.h
index 8d8a2518c7..18cbbbaee3 100644
--- a/engines/zvision/scripting/effects/ttytext_effect.h
+++ b/engines/zvision/scripting/effects/ttytext_effect.h
@@ -51,7 +51,7 @@ public:
private:
Common::Rect _r;
- cTxtStyle _style;
+ TextStyleState _state;
StyledTTFont _fnt;
Common::String _txtbuf;
uint32 _txtpos;