cleanup: remove silly comments, reference correct version number

This commit is contained in:
Zeta 2023-11-14 04:22:06 -05:00
parent 947b7add5e
commit 52f0683c7f
2 changed files with 2 additions and 2 deletions

View file

@ -502,7 +502,7 @@ struct DivSong {
preNoteNoEffect(false),
oldDPCM(false),
resetArpPhaseOnNewNote(false),
ceilVolumeScaling(false) { // DEBUG: before accepting PR, set this to false! (zeta hasn't touched the UI yet)
ceilVolumeScaling(false) {
for (int i=0; i<DIV_MAX_CHIPS; i++) {
system[i]=DIV_SYSTEM_NULL;
systemVol[i]=1.0;