Revision | 1623418e34076cfb6992a4ddb05cdb855dba80c4 (tree) |
---|---|
Time | 2017-03-25 19:22:48 |
Author | SUEHIRO <supersuehiro@user...> |
Commiter | SUEHIRO |
bindtimeがあるpostype = noneのexplodを修正
@@ -5455,6 +5455,9 @@ public void Explod::update(bool oVer, int playerNo) | ||
5455 | 5455 | branch{ |
5456 | 5456 | cond `bindtime != 0: |
5457 | 5457 | branch{ |
5458 | + cond `postype == 6: | |
5459 | + `x = `offsetx; | |
5460 | + `y = `offsety; | |
5458 | 5461 | cond `postype >= 4: |
5459 | 5462 | screen = true; |
5460 | 5463 | `x = |