cleanup: remove silly comments, reference correct version number
This commit is contained in:
parent
947b7add5e
commit
52f0683c7f
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue