diff options
| author | 2017-06-03 16:18:28 +0200 | |
|---|---|---|
| committer | 2017-06-03 16:18:28 +0200 | |
| commit | 91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340 (patch) | |
| tree | ba30869be96e17648d4d6eedc21cf8ecaee621a6 /node/dicerollernode.cpp | |
| parent | f99aea24fc657b081dccc44390a319b357a803a0 (diff) | |
| parent | 34b4cd544333125ce8301b055e47e5492a95a9fb (diff) | |
| download | OneRoll-91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340.tar.gz OneRoll-91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'node/dicerollernode.cpp')
| -rw-r--r-- | node/dicerollernode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp index fd92b93..89ba24d 100644 --- a/node/dicerollernode.cpp +++ b/node/dicerollernode.cpp @@ -10,7 +10,7 @@ DiceRollerNode::DiceRollerNode(qint64 max,qint64 min) - : m_max(max),m_diceResult(new DiceResult()),m_min(min) + : m_max(max),m_diceResult(new DiceResult()),m_min(min),m_operator(Die::PLUS) { m_result=m_diceResult; } |