diff options
| author | inspectredc <inspectredc@gmail.com> | 2024-12-31 00:22:59 +0000 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-12-30 19:53:17 -0600 |
| commit | 29c64bc04cbf3636ec1b5dfed6d834fe0652c712 (patch) | |
| tree | cfe7b44ad47b409d22aa6029971b2cd64731d39a | |
| parent | 9b983c0f829b80db9b2ff4d73f1cd8048b668e1b (diff) | |
write it better
| -rw-r--r-- | src/preprocess/CompTool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocess/CompTool.cpp b/src/preprocess/CompTool.cpp index a289137..eff6600 100644 --- a/src/preprocess/CompTool.cpp +++ b/src/preprocess/CompTool.cpp @@ -42,7 +42,7 @@ std::pair<uint32_t, uint32_t> CompTool::CalculateCRCs(LUS::BinaryWriter& decompF uint32_t r = ROL(d, d & 0x1F); if ((t6 + d) < t6) { - t4 = (t4 + 1); + t4++; } t3 ^= d; |
