Ignore:
Timestamp:
Mar 19, 2021, 12:32:32 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Defined and used more Templates graphic set items.
  • Fixed: Incorrect evaluation of nil graphic set references.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/IsoEngine.pas

    r315 r318  
    587587      else
    588588        mixShow := mix;
    589       if (Tribe[Owner].ModelPicture[mixShow].HGr = HGrSystem) and
     589      if (not Assigned(Tribe[Owner].ModelPicture[mixShow].HGr)) and
    590590        (@OnInitEnemyModel <> nil) then
    591591        if not OnInitEnemyModel(emix) then
Note: See TracChangeset for help on using the changeset viewer.