Skip to content

Commit

Permalink
fix(link): fix broken link (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathu-lmn authored Sep 20, 2024
1 parent 374f17d commit daecc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PED/GivePedHelmet.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ns: PED
void GIVE_PED_HELMET(Ped ped, BOOL cannotRemove, int helmetFlag, int textureIndex);
```
Gives the ped a helmet. Can be removed by invoking [`REMOVE_PED_HELMET`](#0xA7B2458D0AD6DED8).
Gives the ped a helmet. Can be removed by invoking [`REMOVE_PED_HELMET`](#_0xA7B2458D0AD6DED8).
```c
enum ePedCompFlags {
Expand Down

0 comments on commit daecc21

Please sign in to comment.