aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_cel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actions/action_cel.cpp')
-rw-r--r--engines/pink/objects/actions/action_cel.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/pink/objects/actions/action_cel.cpp b/engines/pink/objects/actions/action_cel.cpp
index f38c127782..8e868a199b 100644
--- a/engines/pink/objects/actions/action_cel.cpp
+++ b/engines/pink/objects/actions/action_cel.cpp
@@ -32,9 +32,7 @@
namespace Pink {
ActionCEL::ActionCEL()
- : _decoder(nullptr) {
-
-}
+ : _decoder(nullptr) {}
void ActionCEL::deserialize(Archive &archive) {
Action::deserialize(archive);
@@ -74,7 +72,7 @@ bool ActionCEL::initPalette(Director *director) {
}
void ActionCEL::update() {
- if (_decoder->endOfVideo()){
+ if (_decoder->endOfVideo()) {
_decoder->stop();
_actor->endAction();
}