IW5 menu dumping initial commit

This commit is contained in:
Jan
2021-10-24 22:00:31 +02:00
parent c1fd5b80a4
commit 568095f57e
12 changed files with 1592 additions and 332 deletions

View File

@ -133,7 +133,7 @@ void MenuDumper::WriteStatementOperator(const Statement_s* statement, size_t& cu
else
currentPos++;
spaceNext = expEntry.data.op != OP_NEG;
spaceNext = expEntry.data.op != OP_NOT;
}
}