aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/listsetrollnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/listsetrollnode.cpp')
-rw-r--r--node/listsetrollnode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/listsetrollnode.cpp b/node/listsetrollnode.cpp
index fa66710..488721a 100644
--- a/node/listsetrollnode.cpp
+++ b/node/listsetrollnode.cpp
@@ -99,7 +99,7 @@ void ListSetRollNode::computeFacesNumber(Die* die)
{
if(m_rangeList.isEmpty())
{
- die->setFaces(m_values.size());
+ die->setMaxValue(m_values.size());
}
else
{
@@ -116,7 +116,7 @@ void ListSetRollNode::computeFacesNumber(Die* die)
++i;
}
//qDebug() << "set Faces"<<max;
- die->setFaces(max);
+ die->setMaxValue(max);
}
}