diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-16 17:41:35 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-18 20:48:58 +0100 |
| commit | 0aebbae239abcfcd2dce4423a6caa1a706a04f41 (patch) | |
| tree | e2dba3de9ef8510fa747858e7a61e1a188d327fd /include/object.h | |
| parent | a448d222983a89d0a75ac15993db5e01fb5f5359 (diff) | |
Decompile BossDoor
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 b1cd0f19..93856cbf 100644 --- a/include/object.h +++ b/include/object.h @@ -283,7 +283,7 @@ void Object35(Entity*); void Object36(Entity*); void Object37(Entity*); void JarPortal(Entity*); -void BossDoor(Entity*); +void BossDoor(); void Object3A(Entity*); void MacroMushromStalks(Entity*); void MacroPlayer(Entity*); |
