Changeset 550 for trunk/LocalPlayer/Select.pas
- Timestamp:
- Apr 22, 2024, 10:17:01 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Select.pas
r549 r550 181 181 LoweredTextOut(Canvas, -1, MainTexture, 182 182 (Width - BiColorTextWidth(Canvas, S)) div 2, 31, S); 183 if not MultiPage and (Kind in [kProject, kAdvance, kFarAdvance]) and not Phrases2FallenBackToEnglish 184 then 185 begin 183 if not MultiPage and (Kind in [kProject, kAdvance, kFarAdvance]) and 184 not Phrases2FallenBackToEnglish then begin 186 185 S := Phrases2.Lookup('SHIFTCLICK'); 187 186 LoweredTextOut(Canvas, -2, MainTexture, … … 1396 1395 Code[1, Lines[0]] := MyRO.nEnemyModel - 1; 1397 1396 while (Code[1, Lines[0]] >= 0) and 1398 not ((MyRO.EnemyModel[Code[1, Lines[0]]].Owner = pView) and1397 not ((MyRO.EnemyModel[Code[1, Lines[0]]].Owner = pView) and 1399 1398 (MyRO.EnemyModel[Code[1, Lines[0]]].mix = I)) do 1400 1399 Dec(Code[1, Lines[0]]); … … 1678 1677 begin 1679 1678 ForceClose := (ListKind <> Kind) and 1680 not ((Kind = kCities) and (ListKind = kCityEvents)) and1681 not ((Kind = kCityEvents) and (ListKind = kCities)) and1682 not ((Kind = kModels) and (ListKind = kEModels)) and1683 not ((Kind = kEModels) and (ListKind = kModels));1679 not ((Kind = kCities) and (ListKind = kCityEvents)) and 1680 not ((Kind = kCityEvents) and (ListKind = kCities)) and 1681 not ((Kind = kModels) and (ListKind = kEModels)) and 1682 not ((Kind = kEModels) and (ListKind = kModels)); 1684 1683 1685 1684 Kind := ListKind;
Note:
See TracChangeset
for help on using the changeset viewer.