• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Go で書き直した Ikemen


Commit MetaInfo

修訂c26fb79a196d5f3527f8b415e70d6405da649bd4 (tree)
時間2018-12-10 10:35:30
作者suehiro <supersuehiro@user...>
Commitersuehiro

Log Message

projectile の生成に失敗すると落ちるのを修正

Change Summary

差異

--- a/src/bytecode.go
+++ b/src/bytecode.go
@@ -3685,6 +3685,9 @@ func (sc projectile) Run(c *Char, _ []int32) bool {
36853685 }
36863686 return true
36873687 })
3688+ if p == nil {
3689+ return false
3690+ }
36883691 crun.setHitdefDefault(&p.hitdef, true)
36893692 if p.remanim == IErr {
36903693 p.remanim = p.hitanim