aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-08 18:48:34 +0200
committerEugene Sandulenko2014-01-08 18:48:34 +0200
commit67c70168ad71c2dc0da4139bf2bb74533eae9efe (patch)
tree5a811ec25c180ef056e7ad7362fbde379e6e044b /engines/fullpipe/statics.h
parent71c8d5edd033dd4f36fab7a9632ff295e929ad8b (diff)
downloadscummvm-rg350-67c70168ad71c2dc0da4139bf2bb74533eae9efe.tar.gz
scummvm-rg350-67c70168ad71c2dc0da4139bf2bb74533eae9efe.tar.bz2
scummvm-rg350-67c70168ad71c2dc0da4139bf2bb74533eae9efe.zip
FULLPIPE: Rest of destructor stubs
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index 258752edd1..50001e84e4 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -132,6 +132,8 @@ class Movement : public GameObject {
public:
Movement();
+ virtual ~Movement();
+
Movement(Movement *src, StaticANIObject *ani);
Movement(Movement *src, int *flag1, int flag2, StaticANIObject *ani);
@@ -187,11 +189,12 @@ class StaticANIObject : public GameObject {
int _counter;
int _someDynamicPhaseIndex;
- public:
+public:
int16 _sceneId;
- public:
+public:
StaticANIObject();
+ virtual ~StaticANIObject();
StaticANIObject(StaticANIObject *src);
virtual bool load(MfcArchive &file);