diff options
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 702c47f..9eb3a4d 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -1134,7 +1134,7 @@ bool DiceParser::readOption(QString& str, ExecutionNode* previous) //, .arg(symbol)); } break; - case Dice::CONDITION_STATE::ERROR: + case Dice::CONDITION_STATE::ERROR_STATE: default: break; } |