Skip to content

Commit

Permalink
Finish rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDisk committed Dec 31, 2024
1 parent c37d933 commit 157b640
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 545 deletions.
1 change: 1 addition & 0 deletions src/codegen.pas
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function InstrumentIsUsed(Instrument: Integer; Type_: TInstrumentType; const Use
itWave: Result := Instrument <= UsedStuff.HighestWaveInst;
itNoise: Result := Instrument <= UsedStuff.HighestNoiseInst;
end;
end;

function OrderCount(const Song: TSong): Integer;
var
Expand Down
2 changes: 1 addition & 1 deletion src/hUGEDriver
Loading

0 comments on commit 157b640

Please sign in to comment.