SRL Did not compile in SCAR 3.25
Here's all the changes I did to make it compile:
misc\users.scar:
Code:
mar 16 00:06:12 2011
@@ -422,7 +422,7 @@
end;
if(ssCtrl in Shift)and(not RightClick)then
begin
- srlpf_PlayerPageControl[ArmyIndex].BeginDrag(False {$IFDEF SCAR325_UP}, 32 {$ENDIF});
+ srlpf_PlayerPageControl[ArmyIndex].BeginDrag(False);
srlpf_PreviousTabIndex := srlpf_PlayerPageControl[ArmyIndex].ActivePage.PageIndex;
end;
end;
core/antirandoms/antirandoms.scar:
Code:
on mar 16 00:05:00 2011
@@ -333,7 +333,9 @@
DTM := DTMFromString('mggAAAHicY2NgYHBmYmAwA2IHIPYHYi8oO5iRgSEAiN2A2A+Io4A4'+
'BohnR4oBdTFhwZiAH4gZcWAIAADG1gTB');
- SetDTMName(DTM, 'Mystery Box');
+ {$IFDEF SIMBA}
+ SetDTMName(DTM, 'Mystery Box');
+ {$ENDIF}
if (FindDTM(DTM, x, y, MIX1, MIY1, MIX2, MIY2)) then
begin
@@ -975,4 +977,4 @@
Break;
end;
end;
-end;
+end;
\ No newline at end of file