From e45c4a7a24a6a58804261d73c14f008bff1b5a68 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Mon, 27 Feb 2012 11:52:36 -0600 Subject: Started on boss junk --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/game.h b/include/game.h index cceee66..6b6a9bd 100755 --- a/include/game.h +++ b/include/game.h @@ -1768,7 +1768,7 @@ public: static void create(Actors type, u32 settings, Vec *pos, S16Vec *rot, u8 layer); - static void createChild(Actors type, u32 settings, Vec *pos, S16Vec *rot, u8 layer); + static dStageActor_c *createChild(Actors type, dStageActor_c *parent, u32 settings, Vec *pos, S16Vec *rot, u8 layer); // these are valid while in onCreate static u8 *creatingByteStorage; // 0x80429FF4 -- cgit v1.2.3