aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/commands.h')
-rw-r--r--engines/parallaction/commands.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/engines/parallaction/commands.h b/engines/parallaction/commands.h
index 5070aef2e9..1278cdcc9b 100644
--- a/engines/parallaction/commands.h
+++ b/engines/parallaction/commands.h
@@ -68,15 +68,8 @@ struct Command : public Node {
uint32 _flagsOn;
uint32 _flagsOff;
- Command() {
- _id = 0;
- _flagsOn = 0;
- _flagsOff = 0;
- }
-
- ~Command() {
-
- }
+ Command();
+ ~Command();
};
} // namespace Parallaction