Add faster farores enhancement (#2394)

* Add faster farores enhancement

* Add preset entry
This commit is contained in:
Garrett Cox 2023-01-25 16:27:11 -06:00 committed by GitHub
commit 7a75fe8411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 7 deletions

View file

@ -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 };