Skip to content

Commit

Permalink
balloonでプレイ時の不具合の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolat committed Jan 3, 2022
1 parent 2d49198 commit 267a5fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 0 additions & 1 deletion ghost/master/mahjong/score.azr
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ string showScoreResult(int nAgariPlayer, int nFurikomiPlayer, string hai13, stri
if (!modeEx)
{
s += "\![*]\__q[Menu_StartKyoku]次へ\__q";
s += " \![*]\__q[Menu_CANCEL]閉じる\__q";
}
string si;
string animNo;
Expand Down
6 changes: 6 additions & 0 deletions ghost/master/mahjong/util.azr
Original file line number Diff line number Diff line change
Expand Up @@ -2660,9 +2660,15 @@ string showKawa(int nPlayer, int p, int agariPlayer, int isFuroChance)
if (isFuroChance && i == n - 1)
{
if (i == arRichiJunme[p])
{
s += "\f[color,red]" + convertUnicode(arKawa[p][i]) + "\f[color,default]";
animNo = "" + (p + 1) + "2" + fillzero(i) + "" + ((int)getSurfaceCode(arKawa[p][i]) + 100);
}
else
{
s += convertUnicode(arKawa[p][i]);
animNo = "" + (p + 1) + "1" + fillzero(i) + "" + ((int)getSurfaceCode(arKawa[p][i]) + 100);
}
}
else if ((i == arRichiJunme[p]) && (ASEARCH(i, arFuroJunme[p]) >= 0))
{
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
========================================================================
【ソフト名称】雀々BARIBARI
【 制 作 者 】Don
【 動作環境 】Windows10 21H2 + SSP/2.5.53
【 動作環境 】Windows10 21H2 + SSP/2.5.55
【 タ イ プ 】「伺か」用ゴースト
【 取扱種別 】フリーウェア
【 配布月日 】2021/06/09
Expand Down
6 changes: 3 additions & 3 deletions updates2.dau
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ghost/master/akari.dll604e9d9fa66b8ad367d22ccd682a74e4size=889856date=2016-05
ghost/master/descript.txt18603da14a7e47b6ca7b9fc3eadb6102size=289date=2021-09-22T06:59:47
ghost/master/icon.ico9266143a2761a3f70a01997a73adde39size=1406date=2021-09-22T06:59:47
ghost/master/mahjong/ai.azr5f2300a27bcfe65d414d521cde7964a9size=23810date=2021-11-04T17:15:46
ghost/master/mahjong/score.azr8ff73567647e4446e6fffa721616df1esize=16471date=2021-12-26T21:50:59
ghost/master/mahjong/score.azr21027942eaca303665141c42b052fb95size=16423date=2022-01-03T10:57:11
ghost/master/mahjong/shanten.azra6809edf5e68dda08ae19a2a7c6e8a72size=1531date=2021-11-04T17:22:42
ghost/master/mahjong/util.azr7e3e094da02e366b65d87eb760073197size=92495date=2021-12-26T22:14:07
ghost/master/mahjong/util.azr5ec3b9c97955c0341070178d6d4a9fd9size=92639date=2022-01-03T10:58:08
ghost/master/main.azr90cb4d315340b7edc93158f1b8ceee1asize=2289date=2021-11-04T17:27:11
ghost/master/saori/HandUtil/HandUtil.dlld382e237a4b365a302b281664d9e9d36size=38400date=2011-05-05T18:38:36
ghost/master/saori/HandUtil/HandUtil_readme.txt27422edfad98e1d957cc78f815587a2csize=4501date=2011-05-28T14:47:52
Expand All @@ -15,7 +15,7 @@ ghost/master/saori/MahjongUtil/readme.txtf4d130f77eb3bc00fce46a5bbae18f96size=
ghost/master/shiori-event/event.azr106d62fd2e685e24e00303a69078700csize=3218date=2021-09-22T06:59:48
ghost/master/shiori-event/resource.azrcf3a2022f4ece9580beb9797258487b8size=3817date=2021-09-22T06:59:48
install.txt11636e41a5a5040796817dfe77801416size=69date=2021-09-22T06:59:48
readme.txtbf0b6843ab5d6b6b6eeb5240e5f31ee5size=1706date=2021-12-26T22:34:43
readme.txtcd2c37e01c84839f5b73b1d9af28e6f2size=1706date=2022-01-03T11:01:03
shell/master/descript.txt31ba902b440d5b1171c41bbe8b91cb6asize=1040date=2021-09-22T07:06:13
shell/master/menu/menu_background.png48a5fc88903961896fc09bb50f2ce291size=153date=2021-09-22T06:59:48
shell/master/menu/menu_foreground.png2a82ab6f42c59368e9a3f675105adfa9size=153date=2021-09-22T06:59:48
Expand Down

0 comments on commit 267a5fb

Please sign in to comment.