Skip to content

Commit

Permalink
KOTOR: Add faction related nwscript functions to kotor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostritius authored and DrMcCoy committed Apr 28, 2019
1 parent 5dad784 commit 9dbc637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engines/kotor/script/function_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ const Functions::FunctionPointer Functions::kFunctionPointers[] = {
{ 409, "GetIsEncounterCreature" , 0 },
{ 410, "GetLastPlayerDying" , 0 },
{ 411, "GetStartingLocation" , 0 },
{ 412, "ChangeToStandardFaction" , 0 },
{ 412, "ChangeToStandardFaction" , &Functions::changeToStandardFaction },
{ 413, "SoundObjectPlay" , &Functions::soundObjectPlay },
{ 414, "SoundObjectStop" , &Functions::soundObjectStop },
{ 415, "SoundObjectSetVolume" , 0 },
Expand Down Expand Up @@ -831,7 +831,7 @@ const Functions::FunctionPointer Functions::kFunctionPointers[] = {
{ 710, "ClearAllEffects" , 0 },
{ 711, "GetLastConversation" , 0 },
{ 712, "ShowPartySelectionGUI" , &Functions::showPartySelectionGUI },
{ 713, "GetStandardFaction" , 0 },
{ 713, "GetStandardFaction" , &Functions::getStandardFaction },
{ 714, "GivePlotXP" , 0 },
{ 715, "GetMinOneHP" , &Functions::getMinOneHP },
{ 716, "SetMinOneHP" , &Functions::setMinOneHP },
Expand Down

0 comments on commit 9dbc637

Please sign in to comment.