diff options
author | Treeki <treeki@gmail.com> | 2012-12-09 04:44:03 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-12-09 04:44:03 +0100 |
commit | 7df42617d35b9a4c6b4ad9ee53304d1f810b07fc (patch) | |
tree | fcc3ea18214a227f825d6880f443e032c7bf2814 /src | |
parent | a79596b7dabae812c3d6e72ef8b98a7e3b58e3bc (diff) | |
download | kamek-7df42617d35b9a4c6b4ad9ee53304d1f810b07fc.tar.gz kamek-7df42617d35b9a4c6b4ad9ee53304d1f810b07fc.zip |
fixed topman fireballs
Diffstat (limited to '')
-rw-r--r-- | src/topman.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topman.cpp b/src/topman.cpp index 4fd7210..ba784c7 100644 --- a/src/topman.cpp +++ b/src/topman.cpp @@ -172,6 +172,7 @@ daTopman *daTopman::build() { } void daTopman::collisionCat1_Fireball_E_Explosion(ActivePhysics *apThis, ActivePhysics *apOther) { + direction = apOther->owner->direction ^ 1; doStateChange(&StateID_KnockBack); } |