aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actions/action_text.h')
-rw-r--r--engines/pink/objects/actions/action_text.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/pink/objects/actions/action_text.h b/engines/pink/objects/actions/action_text.h
index 22159490ce..c881610fad 100644
--- a/engines/pink/objects/actions/action_text.h
+++ b/engines/pink/objects/actions/action_text.h
@@ -29,17 +29,17 @@ namespace Pink {
class ActionText : public Action {
public:
- void deserialize(Archive &archive) override;
+ void deserialize(Archive &archive) override;
- void toConsole() override;
+ void toConsole() override;
private:
- Common::String _text;
- uint32 _bounds[4];
- uint32 _centered;
- uint32 _scrollBar;
- uint32 _textColor;
- uint32 _backgroundColor;
+ Common::String _text;
+ uint32 _bounds[4];
+ uint32 _centered;
+ uint32 _scrollBar;
+ uint32 _textColor;
+ uint32 _backgroundColor;
};
} // End of namespace Pink