aaa where did the extra indent come from

This commit is contained in:
Eknous-P 2023-11-16 14:15:58 +04:00
parent 16425817f6
commit f9c4684e4a

View file

@ -2184,7 +2184,7 @@ bool DivEngine::loadFur(unsigned char* file, size_t len) {
for (int i=0; i<tchans; i++) {
if (ds.version<189) {
subSong->chanShow[i]=reader.readC();
subSong->chanShowChanOsc[i]=true;
subSong->chanShowChanOsc[i]=true;
} else { // stores 2 bools in a single char for better compat?
unsigned char tempchar=reader.readC();
subSong->chanShow[i]=tempchar&0xf;