diff options
| author | Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> | 2025-09-17 21:29:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 21:29:16 -0400 |
| commit | f475873a904e924816bdab0398f1a62646763de0 (patch) | |
| tree | eb01c65c571b690fc50bbe85fabd1b804a5c83aa /src/nw4r/ut/ut_binaryFileFormat.cpp | |
| parent | 523a8be636da83fb3513631d07f0194e5a81be97 (diff) | |
| parent | ed7aeaceaf7a8af879d2a200ffaff2b5d619bba0 (diff) | |
Merge pull request #249 from elijah-thomas774/cleanups
Cleanups
Diffstat (limited to 'src/nw4r/ut/ut_binaryFileFormat.cpp')
| -rw-r--r-- | src/nw4r/ut/ut_binaryFileFormat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nw4r/ut/ut_binaryFileFormat.cpp b/src/nw4r/ut/ut_binaryFileFormat.cpp index 9b5f9181..c27c2867 100644 --- a/src/nw4r/ut/ut_binaryFileFormat.cpp +++ b/src/nw4r/ut/ut_binaryFileFormat.cpp @@ -3,7 +3,6 @@ namespace nw4r { namespace ut { -/* 8042a9e0 */ bool IsValidBinaryFile(const BinaryFileHeader *header, u32 magic, u16 version, u16 numBlocks) { if (header->signature != magic) { return false; |
