diff options
| author | Javarooster <javarooster93@gmail.com> | 2023-11-11 17:01:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-12 00:01:55 +0100 |
| commit | dc323052c36959e7221a927c094053e279334f41 (patch) | |
| tree | 5a1906f032df49389479bf4c7eff2f8d5aa1dfd3 /src/code | |
| parent | 836adb83ea1ea20fa8f53f83ee5cda304b94ab29 (diff) | |
Changed gLinkChildSlinghotStringDL to gLinkChildSlingshotStringDL (#1576)
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_player_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index baea71b96..39a56c545 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -1410,8 +1410,8 @@ Color_RGB8 sBottleColors[] = { Vec3f D_80126128 = { 398.0f, 1419.0f, 244.0f }; BowSlingshotStringData sBowSlingshotStringData[] = { - { gLinkAdultBowStringDL, { 0.0f, -360.4f, 0.0f } }, // Bow - { gLinkChildSlinghotStringDL, { 606.0f, 236.0f, 0.0f } }, // Slingshot + { gLinkAdultBowStringDL, { 0.0f, -360.4f, 0.0f } }, // Bow + { gLinkChildSlingshotStringDL, { 606.0f, 236.0f, 0.0f } }, // Slingshot }; // Coordinates of the shield quad collider vertices, in the right hand limb's own model space. |
