From 85ffcf8e57ab7a90318b8e24f62257b5393f7330 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sun, 15 Jul 2012 15:16:26 -0500 Subject: Lots of bug fixes, changing up the giga goomba, added in shy guy samurai boss --- src/bossPodouble.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bossPodouble.cpp') diff --git a/src/bossPodouble.cpp b/src/bossPodouble.cpp index 5d41a5c..961d760 100644 --- a/src/bossPodouble.cpp +++ b/src/bossPodouble.cpp @@ -82,7 +82,7 @@ daPodouble *daPodouble::build() { // Externs and States /////////////////////// extern "C" int SmoothRotation(short* rot, u16 amt, int unk2); - extern "C" int GetCountofActivePlayers(); + extern "C" int GetActivePlayerCount(); CREATE_STATE(daPodouble, Bounce); CREATE_STATE(daPodouble, Spit); @@ -364,7 +364,7 @@ int daPodouble::onDraw() { if (this->timer == 382) { - int players = GetCountofActivePlayers(); + int players = GetActivePlayerCount(); Vec tempPos = (Vec){this->pos.x - 190.0, this->pos.y + 120.0, 3564.0}; dStageActor_c *spawner = create(AC_YOSHI_EGG, 0x71010000, &tempPos, &(S16Vec){0,0,0}, 0); -- cgit v1.2.3