IIDX: Fixed miss count issue

This commit is contained in:
duel0213 2024-10-19 23:08:29 +09:00
parent 993595ff99
commit 3a73379fb9
2 changed files with 3 additions and 0 deletions

View File

@ -155,4 +155,5 @@ Changelogs
- Fixed where Disable Music Preview, Disable HCN Color, VEFX Lock settings doesn't reflect
- Fixed where MISS COUNT has 0 as default (including score import)
- Fixed where unable to import DP scores
- Fixed where MISS COUNT doesn't get updated when exscore is same
- WebUI is now display values of corresponding version

View File

@ -538,6 +538,8 @@ export const musicreg: EPR = async (info, data, send) => {
opt2Array[clid] = option_2;
update = 1;
} else {
if (exscore == pExscore && mnum < mArray[clid]) mArray[clid] = mnum;
ghost = music_data[clid];
if (version >= 27) ghost_gauge = music_data[clid + 10];
}