Changeset 417 for trunk/LocalPlayer/Tribes.pas
- Timestamp:
- Nov 17, 2021, 11:11:01 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Tribes.pas
r315 r417 430 430 if CompareText(Item, 'stdcities') = 0 then 431 431 case cpix of 432 3: 433 cpix := 0; 434 6: 435 begin 432 3: cpix := 0; 433 6: begin 436 434 cpix := 0; 437 435 Item := 'Nation2'; 438 end 436 end; 439 437 end; 440 438 cHGr := LoadGraphicSet(Item + '.png'); 441 439 for x := 0 to 3 do 442 with CityPicture[x] do 443 begin 440 with CityPicture[x] do begin 444 441 FindPosition(cHGr, x * 65, cpix * 49, 63, 47, $00FFFF, 445 442 xShield, yShield);
Note:
See TracChangeset
for help on using the changeset viewer.