Changeset 313 for trunk/LocalPlayer/Select.pas
- Timestamp:
- Mar 17, 2021, 11:11:55 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Select.pas
r226 r313 579 579 j := AdvValue[lix] div 1000; 580 580 BitBltCanvas(offscreen.Canvas, (8 + 16 - 4), y0 + 2, 14, 14, 581 GrExt[HGrSystem].Mask.Canvas, 127 + j * 15,581 HGrSystem.Mask.Canvas, 127 + j * 15, 582 582 85, SRCAND); 583 583 Sprite(offscreen, HGrSystem, (8 + 16 - 5), y0 + 1, 14, 14, … … 1350 1350 begin 1351 1351 if Tribe[DipMem[me].pContact].ModelPicture 1352 [MyRO.EnemyModel[emix].mix].HGr = 0then1352 [MyRO.EnemyModel[emix].mix].HGr = HGrSystem then 1353 1353 InitEnemyModel(emix); 1354 1354 code[0, Lines[0]] := emix; … … 1373 1373 (MyRO.EnemyModel[code[1, Lines[0]]].mix = i)) do 1374 1374 dec(code[1, Lines[0]]); 1375 if Tribe[pView].ModelPicture[i].HGr = 0then1375 if Tribe[pView].ModelPicture[i].HGr = HGrSystem then 1376 1376 InitEnemyModel(code[1, Lines[0]]); 1377 1377 code[0, Lines[0]] := i; … … 1394 1394 PPicture := @Tribe[MyRO.EnemyModel[emix].Owner].ModelPicture 1395 1395 [MyRO.EnemyModel[emix].mix]; 1396 if PPicture.HGr = 0then1396 if PPicture.HGr = HGrSystem then 1397 1397 InitEnemyModel(emix); 1398 1398 ok := true;
Note:
See TracChangeset
for help on using the changeset viewer.