aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_hide.cpp
diff options
context:
space:
mode:
authorwhiterandrek2018-04-06 10:03:56 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit78c4ed85ab7a84b18c8c7fd2e93c6bf2798acab6 (patch)
treeca77eaa6eb335e6eb57fcbd50e2515d26eb7fffe /engines/pink/objects/actions/action_hide.cpp
parentc29b1d1112b70fcb017359f9a28eb8b7de49a5ab (diff)
downloadscummvm-rg350-78c4ed85ab7a84b18c8c7fd2e93c6bf2798acab6.tar.gz
scummvm-rg350-78c4ed85ab7a84b18c8c7fd2e93c6bf2798acab6.tar.bz2
scummvm-rg350-78c4ed85ab7a84b18c8c7fd2e93c6bf2798acab6.zip
PINK: implemented page state saving
Diffstat (limited to 'engines/pink/objects/actions/action_hide.cpp')
-rw-r--r--engines/pink/objects/actions/action_hide.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/pink/objects/actions/action_hide.cpp b/engines/pink/objects/actions/action_hide.cpp
index b89d4c9627..ed2c903f1d 100644
--- a/engines/pink/objects/actions/action_hide.cpp
+++ b/engines/pink/objects/actions/action_hide.cpp
@@ -23,7 +23,6 @@
#include "action_hide.h"
#include "engines/pink/objects/actors/actor.h"
#include <engines/pink/archive.h>
-#include <common/debug.h>
namespace Pink {
@@ -45,4 +44,6 @@ void ActionHide::toConsole() {
debug("\tActionHide: _name = %s", _name.c_str());
}
+ActionHide::~ActionHide() {}
+
} //End of namespace Pink \ No newline at end of file