diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-14 13:14:34 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-02-18 20:48:24 +0100 |
| commit | a448d222983a89d0a75ac15993db5e01fb5f5359 (patch) | |
| tree | b060dd711fe3ce9674b96ab6744b24ff9955212b /include/object.h | |
| parent | 3a27a147ad050ba2eef093d1353e7dd37dff8c8d (diff) | |
Decompile LavaPlatform
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 bd200e9b..b1cd0f19 100644 --- a/include/object.h +++ b/include/object.h @@ -315,7 +315,7 @@ void Minecart(Entity*); void ThoughtBubble(Entity*); void HiddenLadderDown(Entity*); void GentariCurtain(Entity*); -void LavaPlatform(Entity*); +void LavaPlatform(); void Paper(Entity*); void Object5B(Entity*); void Mask(Entity*); |
