aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands
diff options
context:
space:
mode:
authorĽubomír Remák2018-04-04 20:39:08 +0200
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit9af3d8a2381fe7c7440330a9aa338f51cd734990 (patch)
treead625f243021ba15b19475597e14ad3d2b09484a /engines/mutationofjb/commands
parent9a3a66ab685c33dab1a85cf2aae73d1df7e45c29 (diff)
downloadscummvm-rg350-9af3d8a2381fe7c7440330a9aa338f51cd734990.tar.gz
scummvm-rg350-9af3d8a2381fe7c7440330a9aa338f51cd734990.tar.bz2
scummvm-rg350-9af3d8a2381fe7c7440330a9aa338f51cd734990.zip
MUTATIONOFJB: Implement UI for inventory.
Diffstat (limited to 'engines/mutationofjb/commands')
-rw-r--r--engines/mutationofjb/commands/seqcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mutationofjb/commands/seqcommand.h b/engines/mutationofjb/commands/seqcommand.h
index 241932a360..04731c2984 100644
--- a/engines/mutationofjb/commands/seqcommand.h
+++ b/engines/mutationofjb/commands/seqcommand.h
@@ -35,6 +35,7 @@ public:
class SeqCommand : public Command {
public:
+ SeqCommand() : _nextCommand(nullptr) {}
void setNextCommand(Command *nextCommand);
virtual Command *next() const override;