• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision727de94cada1fbc943f859d990528b210ff57a6f (tree)
Time2017-03-20 18:18:42
AuthorSUEHIRO <supersuehiro@user...>
CommiterSUEHIRO

Log Message

bindtorootなどがヒットポーズ中に無効になるのを修正

Change Summary

Incremental Difference

--- a/ssz/char.ssz
+++ b/ssz/char.ssz
@@ -3539,9 +3539,9 @@ public &Char
35393539 `destroySelf();
35403540 ret;
35413541 }
3542+ if(!`isPaused() && !`isBound()) `bind();
35423543 if(`acttmp > 0){
35433544 if(#`ani > 0) `ani~ani.updateSprite();
3544- if(!`isBound()) `bind();
35453545 if(`stVal.mov == .MovTy::H){
35463546 if(`stVal.hb.xoff != 0.0){
35473547 `setPosX(`sysfvar[.fX] + `stVal.hb.xoff);