From 3853227d5852f45341c1ee49be4411ada78d860c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 5 Jan 2014 13:12:05 +0100 Subject: Add new management of result. It may require to make several --- node/rerolldicenode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node/rerolldicenode.h') diff --git a/node/rerolldicenode.h b/node/rerolldicenode.h index 90dc81a..609fcf3 100644 --- a/node/rerolldicenode.h +++ b/node/rerolldicenode.h @@ -12,11 +12,11 @@ class RerollDiceNode : public ExecutionNode public: enum ReRollMode {EQUAL,LESSER,GREATER}; - RerollDiceNode(ExecutionNode* previous); + RerollDiceNode(); - virtual void run(); + virtual void run(ExecutionNode* previous); private: - ExecutionNode* m_previous; + qint64 m_value; }; #endif // REROLLDICENODE_H -- cgit v1.2.3-70-g09d2