diff options
| -rw-r--r-- | node/dicerollernode.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp index 1e2dd88..735aacb 100644 --- a/node/dicerollernode.cpp +++ b/node/dicerollernode.cpp @@ -48,11 +48,11 @@ QString DiceRollerNode::toString() const } qint64 DiceRollerNode::getPriority() const { - qint64 priority=0; - if(NULL!=m_nextNode) - { - priority = m_nextNode->getPriority(); - } + qint64 priority=4; +// if(NULL!=m_nextNode) +// { +// priority = m_nextNode->getPriority(); +// } return priority; |