remove an empty line
This commit is contained in:
parent
ce71c2e9ad
commit
07ab05798b
|
@ -1155,7 +1155,6 @@ void DivEngine::renderSamples() {
|
||||||
for (int i=0; i<song.sampleLen; i++) {
|
for (int i=0; i<song.sampleLen; i++) {
|
||||||
DivSample* s=song.sample[i];
|
DivSample* s=song.sample[i];
|
||||||
if ((memPos&0xf00000)!=((memPos+s->adpcmRendLength)&0xf00000)) {
|
if ((memPos&0xf00000)!=((memPos+s->adpcmRendLength)&0xf00000)) {
|
||||||
|
|
||||||
memPos=(memPos+0xfffff)&0xf00000;
|
memPos=(memPos+0xfffff)&0xf00000;
|
||||||
printf("aligning to %lx.\n",memPos);
|
printf("aligning to %lx.\n",memPos);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue