summaryrefslogtreecommitdiff
path: root/src/shyguy.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/shyguy.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/shyguy.cpp b/src/shyguy.cpp
index 21e285e..7e3889d 100644
--- a/src/shyguy.cpp
+++ b/src/shyguy.cpp
@@ -357,13 +357,13 @@ daShyGuy *daShyGuy::build() {
backFire = apOther->owner->direction ^ 1;
- if (this->isDown == 0) {
- stateVar = &StateID_FireKnockBack;
- }
- else {
+ // if (this->isDown == 0) {
+ // stateVar = &StateID_FireKnockBack;
+ // }
+ // else {
StageE4::instance->spawnCoinJump(pos, 0, 1, 0);
doStateChange(&StateID_DieSmoke);
- }
+ // }
}
else { // Ballooneers
stateVar = &StateID_FlameHit;