exch-bms2 / beatoraja

Cross-platform rhythm game based on Java and libGDX.
GNU General Public License v3.0
623 stars 146 forks source link

Fixed a problem where target options could not be referenced from rivals and IR #790

Closed Getaji closed 4 months ago

Getaji commented 4 months ago

ターゲットスコアがライバルまたはIR順位の場合、そのターゲットのランダム配置 (IndexType 61~63) の値が常に0になり、正常に取得できない問題を修正しました。

スコアが存在しない場合に設定される値0は IDENTITY (RANDOM OFF) と区別できませんが、対応するにせよしないにせよ、ここの変更で手を出す問題ではないと考えたため暫定的に0にしています。