diff options
| author | Behemoth <Luisscheurenbrand@gmail.com> | 2020-09-01 00:57:40 +0200 |
|---|---|---|
| committer | Behemoth <Luisscheurenbrand@gmail.com> | 2020-09-01 00:58:36 +0200 |
| commit | 662e221f89aaaed63e80c167822d5d51bf5e172e (patch) | |
| tree | 112d6f35534ea9b047af9b3c725627944825fe93 /src/enemy/slime.c | |
| parent | cc5bb0133b20733958f2c112917f26314c681d54 (diff) | |
label a bunch of stuff
Diffstat (limited to 'src/enemy/slime.c')
| -rw-r--r-- | src/enemy/slime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/slime.c b/src/enemy/slime.c index 91238ab9..29ec7207 100644 --- a/src/enemy/slime.c +++ b/src/enemy/slime.c @@ -87,7 +87,7 @@ void sub_08045018(Entity* this) { } void sub_08045088(Entity* this) { - sub_080AEF88(this); + ProcessMovement(this); GetNextFrame(this); if (--this->actionDelay == 0) { this->action = 1; |
