Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mjscore.cpp 计算赤宝牌有BUG #49

Open
huangkai103 opened this issue Apr 9, 2023 · 0 comments
Open

mjscore.cpp 计算赤宝牌有BUG #49

huangkai103 opened this issue Apr 9, 2023 · 0 comments

Comments

@huangkai103
Copy link

暗杠白时,会错误计算为赤dora,白的id为35。
MJScore::Get_AkahaiSuu()中。 应将if(Fuuro[i+1]%10==5&&i<30)tmp++; 修改为if(Fuuro[i+1]%10==5&&Fuuro[i+1]<30)tmp++;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant