diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-07-23 12:43:43 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-07-25 22:45:55 +0200 |
| commit | 852effa474c159398014da736ade6f0fea454de7 (patch) | |
| tree | 97da22c4758ca4156dc9fb7ac123c7a3b0a9e9f5 /src/enemy/vaatiTransfiguredEye.c | |
| parent | ccba86d292a0e4c8a0e07325ac4fb25e5a58dc89 (diff) | |
Rename objects
Diffstat (limited to 'src/enemy/vaatiTransfiguredEye.c')
| -rw-r--r-- | src/enemy/vaatiTransfiguredEye.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enemy/vaatiTransfiguredEye.c b/src/enemy/vaatiTransfiguredEye.c index 2f6a632e..f56a6eb0 100644 --- a/src/enemy/vaatiTransfiguredEye.c +++ b/src/enemy/vaatiTransfiguredEye.c @@ -65,7 +65,7 @@ void VaatiTransfiguredEye_OnCollision(Entity* this) { if (this->field_0x80.HALF.HI == 0) { this->action = 3; - this->field_0x80.HALF.HI += 1; + this->field_0x80.HALF.HI++; InitializeAnimation(this, (this->type << 3) | (this->timer + 2)); InitializeAnimation(this->parent, (this->parent->type << 3) | (this->timer + 2)); } @@ -80,7 +80,7 @@ void VaatiTransfiguredEye_OnCollision(Entity* this) { if (this->timer != 0 && (pEVar4->field_0x80.HALF.HI != 0)) { pEVar4->field_0x76.HALF.LO |= (1 << this->type2); if (this->cutsceneBeh.HALF.HI == 0) { - this->cutsceneBeh.HALF.HI += 1; + this->cutsceneBeh.HALF.HI++; InitializeAnimation(this, this->type << 3 | 6); InitializeAnimation(this->parent, this->parent->type << 3 | 6); } |
