diff options
| author | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-21 23:32:13 +0100 |
|---|---|---|
| committer | Elliptic Ellipsis <elliptic.ellipsis@gmail.com> | 2022-06-21 23:32:13 +0100 |
| commit | 66fb42033db0e282339dd0bdb485dde0d1d4c26a (patch) | |
| tree | ca31c5c86e120442e5b52a34dc2988b594fb1c74 /src/enemy/crow.c | |
| parent | ca06566e2f5ad17936951eacb08a6b6d919736fb (diff) | |
Even more
Diffstat (limited to 'src/enemy/crow.c')
| -rw-r--r-- | src/enemy/crow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/crow.c b/src/enemy/crow.c index 71f46658..bd2fb325 100644 --- a/src/enemy/crow.c +++ b/src/enemy/crow.c @@ -42,7 +42,7 @@ void Crow_OnCollision(CrowEntity* this) { if (super->contactFlags & 0x80) { if ((super->contactFlags & 0x3f) == 0) { COLLISION_OFF(super); - super->subtimer = 0x10; + super->subtimer = 16; if (DirectionIsHorizontal(DirectionRoundUp(super->direction)) == 0) { if (DirectionIsVertical(super->direction)) { super->direction += 2; |
