From db2847c0503a33cb934fc172edc895feacf062fa Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 3 Feb 2013 22:33:21 +0100 Subject: mini jump for topman --- src/topman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topman.cpp b/src/topman.cpp index 7a345d3..cebf626 100644 --- a/src/topman.cpp +++ b/src/topman.cpp @@ -109,7 +109,7 @@ daTopman *daTopman::build() { char hitType; hitType = usedForDeterminingStatePress_or_playerCollision(this, apThis, apOther, 0); - if(hitType == 1) { // regular jump + if(hitType == 1 || hitType == 2) { // regular jump or mini jump this->_vf220(apOther->owner); } else if(hitType == 3) { // spinning jump or whatever? -- cgit v1.2.3