リビジョン | ee3c81aa84543b9b11d644237a0ff94fcccf38d6 (tree) |
---|---|
日時 | 2017-03-18 19:39:29 |
作者 | SUEHIRO <supersuehiro@user...> |
コミッター | SUEHIRO |
再修正
@@ -3780,7 +3780,7 @@ public &Char | ||
3780 | 3780 | `sysivar[.iSUPERMOVETIME]--; |
3781 | 3781 | } |
3782 | 3782 | if(unhittable){ |
3783 | - .cgi[`playerno].unhittable = pausetime + (int)(pausetime > 1); | |
3783 | + .cgi[`playerno].unhittable = pausetime + (int)(pausetime > 0); | |
3784 | 3784 | } |
3785 | 3785 | } |
3786 | 3786 | void setHitdefDefault(&.Hitdef h=, bool proj) |