fix array size

This commit is contained in:
xensik 2022-03-21 17:10:47 +01:00
parent 21d42b5932
commit 30fb19afc7

View File

@ -159,7 +159,7 @@ auto resolver::fs_to_game_path(const std::filesystem::path& file) -> std::filesy
return result.empty() ? file : result;
}
const std::array<std::pair<std::uint8_t, const char*>, 126> opcode_list
const std::array<std::pair<std::uint8_t, const char*>, 125> opcode_list
{{
{ 0x00, "OP_End" },
{ 0x01, "OP_Return" },