• 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

Go で書き直した Ikemen


Commit MetaInfo

Revisãof98719692d174830cfaeef0c2be98d5c10a0d360 (tree)
Hora2017-04-27 06:45:52
AutorSUEHIRO <supersuehiro@user...>
CommiterSUEHIRO

Mensagem de Log

p2facing ですでにその向きを向いていたときの処理を修正

Mudança Sumário

Diff

--- a/src/char.go
+++ b/src/char.go
@@ -4902,7 +4902,8 @@ func (cl *CharList) clsn(getter *Char, proj bool) {
49024902 getter.p1facing = byf
49034903 } else if hd.p2facing > 0 {
49044904 getter.p1facing = -byf
4905- } else {
4905+ }
4906+ if getter.p1facing == getter.facing {
49064907 getter.p1facing = 0
49074908 }
49084909 if hd.p1stateno >= 0 && c.stateChange1(hd.p1stateno, hd.playerNo) {