Update version

This commit is contained in:
jomjol
2021-07-14 20:00:06 +02:00
parent 03b5e36114
commit 655f9d7c97
10 changed files with 11 additions and 30 deletions

View File

@@ -161,8 +161,6 @@ bool ClassFlowDigit::ReadParameter(FILE* pfile, string& aktparamgraph)
digit* ClassFlowDigit::FindDIGIT(string _name_number)
{
digit *_ret = NULL;
for (int i = 0; i < DIGIT.size(); ++i)
{
if (DIGIT[i]->name == _name_number)