aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-07-10 10:45:44 +0200
committerRenaud G <renaud@rolisteam.org>2016-07-10 10:45:44 +0200
commitdbb57d52d351e340ce69fccaedbdf758b04ed8fe (patch)
tree9f0db291eecb5aae8d5398bc9d2ad5d83dc26cc3 /node/sortresult.cpp
parent0f58b77592facb164b2f8a2ba2a06b6ba883e9ba (diff)
downloadOneRoll-dbb57d52d351e340ce69fccaedbdf758b04ed8fe.tar.gz
OneRoll-dbb57d52d351e340ce69fccaedbdf758b04ed8fe.zip
update dice system.
Diffstat (limited to 'node/sortresult.cpp')
-rw-r--r--node/sortresult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/sortresult.cpp b/node/sortresult.cpp
index 0bf531c..f72d884 100644
--- a/node/sortresult.cpp
+++ b/node/sortresult.cpp
@@ -96,7 +96,7 @@ void SortResultNode::run(ExecutionNode* node)
}
else
{
- m_result = node->getResult();
+ //m_result = node->getResult();
//m_errors.append(DIE_RESULT_EXPECTED);
}