diff options
| -rw-r--r-- | cli/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/main.cpp b/cli/main.cpp index e7e8983..f2de0f2 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -290,7 +290,8 @@ int startDiceParsing(QStringList& cmds, QString& treeFile, bool withColor, EXPOR bool homogeneous= true; parser.getLastDiceResult(list, homogeneous); parser.getDiceResultFromAllInstruction(listFull); - bool allSameFaceCount, allSameColor; + bool allSameFaceCount= true; + bool allSameColor= true; auto array= DisplayToolBox::diceToJson(list, allSameFaceCount, allSameColor); QString resultStr; QString scalarText; |