Changeset 313 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Mar 17, 2021, 11:11:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r295 r313 387 387 if Kind = 3 then 388 388 begin 389 Tex.clBevelLight := GrExt[HGrSystem].Data.Canvas.Pixels[104, 36];389 Tex.clBevelLight := HGrSystem.Data.Canvas.Pixels[104, 36]; 390 390 Tex.clBevelShade := Tex.clBevelLight; 391 391 end; … … 624 624 xGr := 141; 625 625 BitBltCanvas(offscreen.Canvas, xmArea - 192 + 5 + i * d, ymArea - 96 - 29, 626 27, 30, GrExt[HGrSystem].Mask.Canvas, xGr, 171, SRCAND); { shadow }626 27, 30, HGrSystem.Mask.Canvas, xGr, 171, SRCAND); { shadow } 627 627 Sprite(offscreen, HGrSystem, xmArea - 192 + 4 + i * d, ymArea - 96 - 30, 27, 628 628 30, xGr, 171); … … 636 636 xGr := 1 + 112; 637 637 BitBltCanvas(offscreen.Canvas, xmArea + 192 - 27 + 1 - i * d, 29 + 1, 27, 638 30, GrExt[HGrSystem].Mask.Canvas, xGr, 171, SRCAND); { shadow }638 30, HGrSystem.Mask.Canvas, xGr, 171, SRCAND); { shadow } 639 639 Sprite(offscreen, HGrSystem, xmArea + 192 - 27 - i * d, 29, 27, 30, 640 640 xGr, 171); … … 1052 1052 (integer(MyRO.EnemyModel[emix].mix) <> c.Project and cpIndex)) do 1053 1053 dec(emix); 1054 if Tribe[cOwner].ModelPicture[c.Project and cpIndex].HGr = 0then1054 if Tribe[cOwner].ModelPicture[c.Project and cpIndex].HGr = HGrSystem then 1055 1055 InitEnemyModel(emix); 1056 1056 end;
Note:
See TracChangeset
for help on using the changeset viewer.