Skip to content

Commit

Permalink
Corrected wrapper function for AddHP
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Dec 9, 2015
1 parent 95f2fc3 commit d8c79d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SA2ModLoader/include/SA2ModLoader/SA2Functions.h
Expand Up @@ -344,6 +344,7 @@ static inline void AddHP(int playerNum, float amount)
mov eax, [playerNum]
push amount
call AddHPPtr
add esp, 4
}
}

Expand Down

0 comments on commit d8c79d8

Please sign in to comment.