Changeset 318 for trunk/LocalPlayer/IsoEngine.pas
- Timestamp:
- Mar 19, 2021, 12:32:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/IsoEngine.pas
r315 r318 587 587 else 588 588 mixShow := mix; 589 if ( Tribe[Owner].ModelPicture[mixShow].HGr = HGrSystem) and589 if (not Assigned(Tribe[Owner].ModelPicture[mixShow].HGr)) and 590 590 (@OnInitEnemyModel <> nil) then 591 591 if not OnInitEnemyModel(emix) then
Note:
See TracChangeset
for help on using the changeset viewer.