Skip to content

Commit

Permalink
KOTOR2: Add GetTag function to table
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostritius committed Oct 12, 2019
1 parent c1f4867 commit 187484e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/kotor2/script/function_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const Functions::FunctionPointer Functions::kFunctionPointers[] = {
{ 165, "EffectMovementSpeedIncrease" , 0 },
{ 166, "GetHitDice" , 0 },
{ 167, "ActionForceFollowObject" , 0 },
{ 168, "GetTag" , 0 },
{ 168, "GetTag" , &Functions::getTag },
{ 169, "ResistForce" , 0 },
{ 170, "GetEffectType" , 0 },
{ 171, "EffectAreaOfEffect" , 0 },
Expand Down

0 comments on commit 187484e

Please sign in to comment.