diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-27 12:08:42 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-27 13:44:06 +0100 |
| commit | 6d1424aad052dcd8d1ad5309e6e0587ae7ae9f43 (patch) | |
| tree | 00b11a3909d4c5a98fe113e4f44c63fe4af8d6d6 /include | |
| parent | 1e33e5a55d70554878cd22d0d30e76df8edfb6b9 (diff) | |
Decompile WindTribeTeleporter
Diffstat (limited to 'include')
| -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 2231dd7b..25347073 100644 --- a/include/object.h +++ b/include/object.h @@ -410,7 +410,7 @@ void ObjectB4(Entity*); void ObjectB5(Entity*); void ObjectB6(Entity*); void Well(Entity*); -void WindTribeTeleporter(Entity*); +void WindTribeTeleporter(); void ObjectB9(Entity*); void GyorgBossObject(Entity*); void Windcrest(Entity*); |
