aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/explosedicenode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-04-09 17:50:27 +0200
committerRenaud G <renaud@rolisteam.org>2018-04-11 00:18:05 +0200
commit826f21f33721f0c232e1440ab8c4d04a822aff8c (patch)
treed16f1d2309fca8288d03f5670207c480f267cb2b /node/explosedicenode.cpp
parent1652f6accbf3880c2be3cbe4245f9400504de835 (diff)
downloadOneRoll-826f21f33721f0c232e1440ab8c4d04a822aff8c.tar.gz
OneRoll-826f21f33721f0c232e1440ab8c4d04a822aff8c.zip
-remove useless blank line.
Diffstat (limited to 'node/explosedicenode.cpp')
-rw-r--r--node/explosedicenode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node/explosedicenode.cpp b/node/explosedicenode.cpp
index 3e71182..f818294 100644
--- a/node/explosedicenode.cpp
+++ b/node/explosedicenode.cpp
@@ -24,7 +24,6 @@ void ExploseDiceNode::run(ExecutionNode* previous)
QList<Die*> list = m_diceResult->getResultList();
-
for(Die* die: list)
{
while(m_validator->hasValid(die,false))