Ignore:
Timestamp:
Jan 18, 2017, 4:22:26 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Wrong repeated image path composition for StdUnits.png file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Term.pas

    r86 r88  
    653653      Picture.pix := pixNoSlaves;
    654654    Picture.Hash := 0;
    655     Picture.GrName := 'StdUnits';
     655    Picture.GrName := 'StdUnits.png';
    656656    IsNew := true;
    657657  end
     
    673673    with Tribe[p].ModelPicture[mix] do
    674674    begin
    675       HGr := LoadGraphicSet(Picture.GrName + '.png');
     675      HGr := LoadGraphicSet(Picture.GrName);
    676676      pix := Picture.pix;
    677677    end;
     
    17091709              pix := pixNoSlaves;
    17101710            Hash := 0;
    1711             GrName := 'StdUnits';
     1711            GrName := 'StdUnits.png';
    17121712            Tribe[p1].SetModelPicture(Picture, true);
    17131713          end
Note: See TracChangeset for help on using the changeset viewer.