mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
IW5 menu dumping initial commit
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user