Skip to content

Commit 043c1b3

Browse files
authored
bool比較の削除&isNoComma部分のミス修正
1 parent d8c264f commit 043c1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tja.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ void load_tja_notes(int course, LIST_T Song) {
682682
}
683683
}
684684
else {
685-
if (!isNoComma == false) PreJudge = Measure[MeasureCount].judge_time;
685+
if (!isNoComma) PreJudge = Measure[MeasureCount].judge_time;
686686
bpm = NextBpm;
687687
measure = NextMeasure;
688688
delay = 0;

0 commit comments

Comments
 (0)