aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actors/pda_button_actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actors/pda_button_actor.h')
-rw-r--r--engines/pink/objects/actors/pda_button_actor.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/pink/objects/actors/pda_button_actor.h b/engines/pink/objects/actors/pda_button_actor.h
index c3cd845886..5e7d53b4b4 100644
--- a/engines/pink/objects/actors/pda_button_actor.h
+++ b/engines/pink/objects/actors/pda_button_actor.h
@@ -29,19 +29,19 @@ namespace Pink {
class PDAButtonActor : public Actor {
public:
- enum Command {Null = 0, GoToPage = 1, Close = 2, Unk = 4};
+ enum Command {Null = 0, GoToPage = 1, Close = 2, Unk = 4};
- void deserialize(Archive &archive) override;
- void toConsole() override;
+ void deserialize(Archive &archive) override;
+ void toConsole() override;
private:
- int _x;
- int _y;
+ int _x;
+ int _y;
- bool _hideOnStop;
- bool _opaque;
+ bool _hideOnStop;
+ bool _opaque;
- Command _command;
+ Command _command;
};
} // End of namespace Pink