Changeset 313 for trunk/LocalPlayer/UnitStat.pas
- Timestamp:
- Mar 17, 2021, 11:11:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/UnitStat.pas
r300 r313 136 136 begin 137 137 mox := @MyRO.EnemyModel[emix]; 138 if Tribe[owner].ModelPicture[mix].HGr = 0then138 if Tribe[owner].ModelPicture[mix].HGr = HGrSystem then 139 139 InitEnemyModel(emix); 140 140 end … … 529 529 with offscreen.Canvas do 530 530 begin 531 Brush.Color := GrExt[HGrSystem].Data.Canvas.Pixels[98, 67];531 Brush.Color := HGrSystem.Data.Canvas.Pixels[98, 67]; 532 532 offscreen.Canvas.FillRect(Rect(xView, yView, xView + 64, 533 533 yView + 16)); … … 574 574 Sprite(offscreen, HGrStdUnits, xView, yView, xxu * 2, yyu * 2, 575 575 1 + 6 * (xxu * 2 + 1), 1); 576 FrameImage(offscreen.Canvas, GrExt[HGrSystem].Data, xView - 20,576 FrameImage(offscreen.Canvas, HGrSystem.Data, xView - 20, 577 577 yView + 5, 12, 14, 121 + Exp div ExpCost * 13, 28); 578 578 if Health < 100 then
Note:
See TracChangeset
for help on using the changeset viewer.