summaryrefslogtreecommitdiff
path: root/include/enemy.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-01-20 20:23:20 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-03-07 20:59:38 +0100
commit61315f2b049d7344e6d714a8bf8de9c40df81d3e (patch)
treeb96497548ca24924913b63fc99c98442532e25f5 /include/enemy.h
parent12e8722606b1bb8686949f7f7e6afd3b495e985a (diff)
Use new entity struct for octorok boss
Diffstat (limited to 'include/enemy.h')
-rw-r--r--include/enemy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enemy.h b/include/enemy.h
index de83eea7..f2ffb760 100644
--- a/include/enemy.h
+++ b/include/enemy.h
@@ -190,7 +190,7 @@ void SpinyBeetle(Entity*);
void MazaalHead(Entity*);
void MazaalMacro(Entity*);
void MazaalHand(Entity*);
-void OctorokBoss(Entity*);
+void OctorokBoss();
void FlyingPot(Entity*);
void Gibdo(Entity*);
void OctorokGolden(Entity*);