diff options
| author | Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> | 2024-11-22 17:28:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-22 10:28:10 -0700 |
| commit | eda97653d653e9dc82c1a6fabd7097ba595ab3cf (patch) | |
| tree | 9428c9f86e3302232266a739f6c33523cb9db8ef /soh/src/code | |
| parent | f0e5b9c22b6f1e9fd846d74a6bde4df35575bdd8 (diff) | |
Save timesplits colour to cvar and reload it on init. (#4572)
* save timesplits colour to cvar and reload it
* fix mac and match cosmetics with the color conversion
* more stupid other platform fixes
Diffstat (limited to 'soh/src/code')
| -rw-r--r-- | soh/src/code/z_player_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_player_lib.c b/soh/src/code/z_player_lib.c index 7afa6fdd3..a50a49e2d 100644 --- a/soh/src/code/z_player_lib.c +++ b/soh/src/code/z_player_lib.c @@ -1753,7 +1753,7 @@ Vec3f sLeftHandArrowVec3 = { 398.0f, 1419.0f, 244.0f }; BowStringData sBowStringData[] = { { gLinkAdultBowStringDL, { 0.0f, -360.4f, 0.0f } }, // bow - { gLinkChildSlinghotStringDL, { 606.0f, 236.0f, 0.0f } }, // slingshot + { gLinkChildSlingshotStringDL, { 606.0f, 236.0f, 0.0f } }, // slingshot }; Vec3f sRightHandLimbModelShieldQuadVertices[] = { |
