mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Add faster farores enhancement (#2394)
* Add faster farores enhancement * Add preset entry
This commit is contained in:
parent
6d6c1c8c32
commit
7a75fe8411
4 changed files with 20 additions and 7 deletions
|
|
@ -2311,7 +2311,7 @@ void Actor_DrawFaroresWindPointer(PlayState* play) {
|
|||
D_8015BC14 = 60;
|
||||
D_8015BC18 = 1.0f;
|
||||
} else if (D_8015BC14) {
|
||||
D_8015BC14--;
|
||||
D_8015BC14-= CVarGetInteger("gFastFarores", 0) ? 5 : 1;
|
||||
} else if (D_8015BC18 > 0.0f) {
|
||||
static Vec3f effectVel = { 0.0f, -0.05f, 0.0f };
|
||||
static Vec3f effectAccel = { 0.0f, -0.025f, 0.0f };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue