Skip to content

Commit

Permalink
bump wad version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshadow565 committed Oct 23, 2024
1 parent 9809d28 commit aa8fc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cslol-tools/lib/lol/wad/toc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace lol::wad {
std::uint8_t major;
std::uint8_t minor;

static constexpr auto latest() noexcept -> Version { return {'R', 'W', 3, 3}; }
static constexpr auto latest() noexcept -> Version { return {'R', 'W', 3, 4}; }

inline bool is_wad() const noexcept { return magic == std::array{'R', 'W'}; }

Expand Down

0 comments on commit aa8fc87

Please sign in to comment.