diff options
| author | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-22 00:00:57 +0100 |
|---|---|---|
| committer | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-22 00:00:57 +0100 |
| commit | 69568e03b0e717ec0e451cf753ebfde88c48e010 (patch) | |
| tree | 522a315a27038d377d66338863abac1e6ba3fe26 /src/projectile/arrowProjectile.c | |
| parent | 66fb42033db0e282339dd0bdb485dde0d1d4c26a (diff) | |
Should be the rest of them
Diffstat (limited to 'src/projectile/arrowProjectile.c')
| -rw-r--r-- | src/projectile/arrowProjectile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectile/arrowProjectile.c b/src/projectile/arrowProjectile.c index d01c4309..275a34fd 100644 --- a/src/projectile/arrowProjectile.c +++ b/src/projectile/arrowProjectile.c @@ -44,7 +44,7 @@ void ArrowProjectile_Init(Entity* this) { this->action = 1; this->spriteSettings.draw = 1; COLLISION_OFF(this); - this->timer = 0x6a; + this->timer = 106; this->subtimer = 0; this->zVelocity = Q_16_16(10.0 / 256.0); sub_080A94C0(this, this->type); |
