diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-03-08 15:38:03 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-03-08 15:38:03 -0600 |
commit | e1e747c5d256570a3d8caf459e24274397de7235 (patch) | |
tree | 1658ec435748c6575d5e219184d5eeb87e329b22 /src/bossPodouble.cpp | |
parent | 19632e9b183402bb9a05030e12d0f1003765c31a (diff) | |
download | kamek-e1e747c5d256570a3d8caf459e24274397de7235.tar.gz kamek-e1e747c5d256570a3d8caf459e24274397de7235.zip |
Electric line, topman boss, and BROKEN YOSHIS
Diffstat (limited to '')
-rw-r--r-- | src/bossPodouble.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bossPodouble.cpp b/src/bossPodouble.cpp index 663781e..77dae1a 100644 --- a/src/bossPodouble.cpp +++ b/src/bossPodouble.cpp @@ -289,8 +289,6 @@ int daPodouble::onCreate() { this->aPhysics.initWithStruct(this, &HitMeBaby); this->aPhysics.addToList(); - this->disableEatIn(); - doStateChange(&StateID_Grow); OSReport("Going to Execute Podouble\n"); |