summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-05-28 23:58:07 +0200
committerTreeki <treeki@gmail.com>2013-05-28 23:58:07 +0200
commiteb45bac5a1255d35bf11997f1217f2ce565118fe (patch)
tree9562ce38d88465f6bec69dfe4b0fef1f2346d1dd
parentd59e98050ca9a76733b65ac59105962ad16f4a54 (diff)
downloadkamek-eb45bac5a1255d35bf11997f1217f2ce565118fe.tar.gz
kamek-eb45bac5a1255d35bf11997f1217f2ce565118fe.zip
topman rolling object reaction change
Diffstat (limited to '')
-rw-r--r--src/topman.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topman.cpp b/src/topman.cpp
index 5d98761..854edc2 100644
--- a/src/topman.cpp
+++ b/src/topman.cpp
@@ -157,7 +157,8 @@ daTopman *daTopman::build() {
bool daTopman::collisionCat9_RollingObject(ActivePhysics *apThis, ActivePhysics *apOther) {
backFire = apOther->owner->direction ^ 1;
- doStateChange(&StateID_KnockBack);
+ // doStateChange(&StateID_KnockBack);
+ doStateChange(&StateID_Die);
return true;
}