- oops, this somehow lost the shift operator...

This commit is contained in:
Christoph Oelckers 2015-12-30 20:39:38 +01:00
parent 3c40d71c20
commit c88ed426a8
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ void MUSSong2::Precache()
{ {
for (int b = 0; b < numbanks; b++) for (int b = 0; b < numbanks; b++)
{ {
work[j++] = val | used[k++]; work[j++] = val | (used[k++] << 7);
} }
} }
else else