aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-12-09 22:51:15 +0100
committerRenaud G <renaud@rolisteam.org>2018-12-09 22:51:15 +0100
commit06aac01fdcdb0b320b5c931b6b28f8a3cb2e74ed (patch)
tree855f3168330dbe266732173f842de52d06d788f0 /node/executionnode.h
parent55958fa78624b1bd9c713482337090beb106f8ba (diff)
downloadOneRoll-06aac01fdcdb0b320b5c931b6b28f8a3cb2e74ed.tar.gz
OneRoll-06aac01fdcdb0b320b5c931b6b28f8a3cb2e74ed.zip
Display warning message and fix error.
Diffstat (limited to 'node/executionnode.h')
-rw-r--r--node/executionnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.h b/node/executionnode.h
index 796831d..53ea83b 100644
--- a/node/executionnode.h
+++ b/node/executionnode.h
@@ -18,7 +18,7 @@ public:
NOTHING_UNDERSTOOD,
NO_DICE_TO_ROLL,
TOO_MANY_DICE,NO_VARIBALE,
- INVALID_INDEX};
+ INVALID_INDEX,UNEXPECTED_CHARACTER};
/**
* @brief ExecutionNode
*/