Revision | 727de94cada1fbc943f859d990528b210ff57a6f (tree) |
---|---|
Time | 2017-03-20 18:18:42 |
Author | SUEHIRO <supersuehiro@user...> |
Commiter | SUEHIRO |
bindtorootなどがヒットポーズ中に無効になるのを修正
@@ -3539,9 +3539,9 @@ public &Char | ||
3539 | 3539 | `destroySelf(); |
3540 | 3540 | ret; |
3541 | 3541 | } |
3542 | + if(!`isPaused() && !`isBound()) `bind(); | |
3542 | 3543 | if(`acttmp > 0){ |
3543 | 3544 | if(#`ani > 0) `ani~ani.updateSprite(); |
3544 | - if(!`isBound()) `bind(); | |
3545 | 3545 | if(`stVal.mov == .MovTy::H){ |
3546 | 3546 | if(`stVal.hb.xoff != 0.0){ |
3547 | 3547 | `setPosX(`sysfvar[.fX] + `stVal.hb.xoff); |