• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révision7398f1898bce21219d8c4ae6c7b8f3c1cf377a6b (tree)
l'heure2016-01-20 23:59:48
AuteurSUEHIRO <supersuehiro@user...>
CommiterSUEHIRO

Message de Log

hitoverrideのときもbindが有効だった

Change Summary

Modification

--- a/ssz/char.ssz
+++ b/ssz/char.ssz
@@ -6006,8 +6006,8 @@ public void PlayerList!&Char?::clsn(&.Char pyr=, bool pro)
60066006 }
60076007 }
60086008 if(!.m.isnan(snapx)) `pyr.stVal.hb.xoff += snapx - `pyr.sysfvar[.fX];
6009- if(!.m.isnan(snapy)) `pyr.stVal.hb.yoff = snapy - `pyr.sysfvar[.fY];
6010- if(hit.snapt != 0){
6009+ if(!.m.isnan(snapy)) `pyr.stVal.hb.yoff += snapy - `pyr.sysfvar[.fY];
6010+ if(hit.snapt != 0 && `pyr.ho < 0){
60116011 `pyr.setBindToId(by=);
60126012 `pyr.setBindTime(hit.snapt + (int)!by.isPaused());
60136013 `pyr.sysivar[.iBINDFACING] = 0;