Skip to content

Commit 157b640

Browse files
committed
Finish rebasing
1 parent c37d933 commit 157b640

File tree

3 files changed

+583
-545
lines changed

3 files changed

+583
-545
lines changed

src/codegen.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ function InstrumentIsUsed(Instrument: Integer; Type_: TInstrumentType; const Use
126126
itWave: Result := Instrument <= UsedStuff.HighestWaveInst;
127127
itNoise: Result := Instrument <= UsedStuff.HighestNoiseInst;
128128
end;
129+
end;
129130

130131
function OrderCount(const Song: TSong): Integer;
131132
var

0 commit comments

Comments
 (0)