diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-01-28 01:24:10 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-01-28 01:24:10 +0200 |
| commit | a5ff01f1bd2140e4eddea1dd4d41dfed89652cd7 (patch) | |
| tree | d437b3079d322161239a0457c6a514aae02a7a77 /src/enemy | |
| parent | 44449601b5ba70c5833fbfe9119162f3c4f70b34 (diff) | |
clang format
Diffstat (limited to 'src/enemy')
| -rw-r--r-- | src/enemy/bombPeahat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/bombPeahat.c b/src/enemy/bombPeahat.c index e470b54c..1ceea7db 100644 --- a/src/enemy/bombPeahat.c +++ b/src/enemy/bombPeahat.c @@ -625,7 +625,7 @@ void sub_0802B1BC(Entity* this) { if (ent == 0) { this->action = 2; this->spriteSettings.draw = 1; - } + } if (ent->field_0x80.HALF.HI) { CopyPosition(ent, this); |
