Skip to content

Commit

Permalink
fix: correct some mistyped IW6 funcs and tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki committed Aug 10, 2024
1 parent 4fcedf3 commit fed5145
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/gsc/engine/iw6_pc_func.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ extern std::array<std::pair<u16, char const*>, func_count> const func_list
{ 0x1EA, "getmaxagents" },
{ 0x1EB, "botdebugdrawtrigger" },
{ 0x1EC, "botgetclosestnavigablepoint" },
{ 0x1ED, "gettnodesintrigger" },
{ 0x1ED, "getnodesintrigger" },
{ 0x1EE, "nodesvisible" },
{ 0x1EF, "getnodesonpath" },
{ 0x1F0, "getzonecount" },
Expand Down
4 changes: 2 additions & 2 deletions src/gsc/engine/iw6_pc_token.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36613,8 +36613,8 @@ extern std::array<std::pair<u32, char const*>, token_count> const token_list
{ 0x8EF8, "zpu_magic_bullets" },
{ 0x8EF9, "zpu_range_squared" },
{ 0x8EFA, "zpus_targeting" },
{ 0x8EFB, "destructible_scripts_toy_wall_fan" },
{ 0x8EFC, "destructible_scripts_vehicle_pickup" },
{ 0x8EFB, "destructible_scripts/toy_wall_fan" },
{ 0x8EFC, "destructible_scripts/vehicle_pickup" },
{ 0x8EFD, "maps/createart/mp_alien_armory_art" },
{ 0x8EFE, "maps/createart/mp_alien_armory_fog" },
{ 0x8EFF, "maps/createart/mp_boneyard_ns_art" },
Expand Down

0 comments on commit fed5145

Please sign in to comment.