aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-10-11 19:52:12 +0200
committerRenaud G <renaud@rolisteam.org>2015-10-11 19:52:12 +0200
commit76d6e7b0ac7ca725cab652bbafc0814fdd950fc6 (patch)
treee3dacd9474aae7f0a9f8fb2398cb1293cb29b73e
parent798bd537a630a08f9517d70b05c2e304ded29803 (diff)
downloadOneRoll-76d6e7b0ac7ca725cab652bbafc0814fdd950fc6.tar.gz
OneRoll-76d6e7b0ac7ca725cab652bbafc0814fdd950fc6.zip
-Add Node Error : No dice to roll
-rw-r--r--node/executionnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h
index 41f2b79..4c059fc 100644
--- a/node/executionnode.h
+++ b/node/executionnode.h
@@ -10,7 +10,7 @@
class ExecutionNode
{
public:
- enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD};
+ enum ERROR_CODE {NO_ERROR,DIE_RESULT_EXPECTED,BAD_SYNTAXE,ENDLESS_LOOP_ERROR,DIVIDE_BY_ZERO,NOTHING_UNDERSTOOD,NO_DICE_TO_ROLL};
/**
* @brief ExecutionNode
*/