mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
aaa where did the extra indent come from
This commit is contained in:
parent
16425817f6
commit
f9c4684e4a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue