aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-10-10 20:41:11 +0200
committerRenaud G <renaud@rolisteam.org>2016-10-10 20:41:11 +0200
commit24b0acebcbb351e77bb11daf85b4bb3984a03ab8 (patch)
tree5da4a24039e7c6d7e8d17861ddd9f3857b3f193a /node/sortresult.cpp
parent33429179caa08414646f7f6c9d396b070de9bdff (diff)
parent6dba1839f580b34980c33b2aaeb7a90dfb27fe3b (diff)
downloadOneRoll-24b0acebcbb351e77bb11daf85b4bb3984a03ab8.tar.gz
OneRoll-24b0acebcbb351e77bb11daf85b4bb3984a03ab8.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
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);
}