aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actions/action_talk.h')
-rw-r--r--engines/pink/objects/actions/action_talk.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/pink/objects/actions/action_talk.h b/engines/pink/objects/actions/action_talk.h
index 77e8d9099d..61ef1a452f 100644
--- a/engines/pink/objects/actions/action_talk.h
+++ b/engines/pink/objects/actions/action_talk.h
@@ -31,21 +31,21 @@ class Sound;
class ActionTalk : public ActionLoop {
public:
- virtual void deserialize(Archive &archive);
- virtual void toConsole();
- virtual void update();
+ virtual void deserialize(Archive &archive);
+ virtual void toConsole();
+ virtual void update();
- virtual void end();
+ virtual void end();
- void pause() override;
- void unpause() override;
+ void pause() override;
+ void unpause() override;
protected:
- virtual void onStart();
+ virtual void onStart();
private:
- Sound *_sound;
- Common::String _vox;
+ Sound *_sound;
+ Common::String _vox;
};
} // End of namespace Pink