diff options
Diffstat (limited to 'src/topman.cpp')
-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); } |