Skip to content

Commit cde56f6

Browse files
committed
びーぷおん2
1 parent 92a4f4a commit cde56f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project2/Source.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,9 @@ void erasePuyo(int _x, int _y, int _cell) {
188188
erasePuyo(x, y, _cell);
189189
}
190190
eraseCount++;
191-
Beep(240, 100);
192-
Beep(440, 100);
191+
Beep(240, 30);
192+
Beep(340, 30);
193+
Beep(440, 30);
193194
}
194195

195196

0 commit comments

Comments
 (0)