Skip to content

Commit

Permalink
fix: SRL-T compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jul 11, 2024
1 parent e4929d7 commit 6b4281d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions wasp_pickpocketer.simba
Original file line number Diff line number Diff line change
Expand Up @@ -383,15 +383,6 @@ begin
end;


function TRSInventory.CountItems(items: TRSItemArray): Int32;
var
item: TRSItem;
begin
for item in items do
Result += Self.CountItem(item);
end;


function TThiever.EquipRogue(): Boolean;
var
Item: TRSItem;
Expand Down
2 changes: 1 addition & 1 deletion wasp_tab_maker.simba
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ begin
end;


procedure TRSMinimap.SetCompassAngle(degrees: Double; accuracy: Double = 5); override;
procedure TRSMinimap.SetCompassAngleEx(degrees, accuracy: Double); override;
begin
if MainScreen.IsUpText('>') then
ChooseOption.Select('Cancel');
Expand Down

0 comments on commit 6b4281d

Please sign in to comment.