diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-01-24 21:52:22 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-01-24 21:52:22 +0100 |
| commit | a6657fbd330de38b99646e0513e7c74bc871fac9 (patch) | |
| tree | bdaeb892ce0ffcf061328150fc4bdbeeffd76746 /include/object.h | |
| parent | b7abbfd9272d001f1425cc84f7aaedaaf5d22414 (diff) | |
Decompile HittableLever
Diffstat (limited to 'include/object.h')
| -rw-r--r-- | include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object.h b/include/object.h index 38a3176a..0be01661 100644 --- a/include/object.h +++ b/include/object.h @@ -273,7 +273,7 @@ void Object2B(Entity*); void Beanstalk(Entity*); void Smoke(Entity*); void PushableRock(Entity*); -void HittableLever(Entity*); +void HittableLever(); void Object30(Entity*); void FrozenFlower(Entity*); void PullableMushroom(Entity*); |
