Changeset 717 for branches/zoom/LocalPlayer/Term.pas
- Timestamp:
- Jan 10, 2026, 12:15:35 PM (3 months ago)
- Location:
- branches/zoom
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
LocalPlayer/Term.pas (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/zoom
-
branches/zoom/LocalPlayer/Term.pas
r704 r717 803 803 Picture.pix := pixNoSlaves; 804 804 Picture.Hash := 0; 805 Picture.GrName := 'StdUnits .png';805 Picture.GrName := 'StdUnits'; 806 806 IsNew := True; 807 807 end … … 1407 1407 if AILogo[P] = nil then 1408 1408 AILogo[P] := TBitmap.Create; 1409 if not LoadGraphicFile(AILogo[P], GetAppSharePath(Name + '.png'), [gfNoError]) then1409 if not LoadGraphicFile(AILogo[P], GetAppSharePath(Name + PngExt), [gfNoError]) then 1410 1410 begin 1411 1411 FreeAndNil(AILogo[P]); … … 1766 1766 MainMap.SetOutput(Offscreen); 1767 1767 1768 HGrStdUnits := LoadGraphicSet('StdUnits .png');1768 HGrStdUnits := LoadGraphicSet('StdUnits' + PngExt); 1769 1769 SmallImp := TBitmap.Create; 1770 1770 SmallImp.PixelFormat := TPixelFormat.pf24bit; … … 1919 1919 pix := pixNoSlaves; 1920 1920 Hash := 0; 1921 GrName := 'StdUnits .png';1921 GrName := 'StdUnits'; 1922 1922 Tribe[p1].SetModelPicture(Picture, True); 1923 1923 end; … … 2928 2928 InitTurn(NewPlayer); 2929 2929 DipMem[Me].pContact := -1; 2930 (* if (Me =0) and (MyRO.Alive and (1 shl Me)=0)} then2930 (* if (Me = 0) and (MyRO.Alive and (1 shl Me) = 0)} then 2931 2931 begin 2932 if SimpleQuery(Phrases.Lookup('RESIGN')) =mrIgnore then2933 Server(sResign, Me,0,nil^)2934 else Server(sBreak, Me,0,nil^)2932 if SimpleQuery(Phrases.Lookup('RESIGN')) = mrIgnore then 2933 Server(sResign, Me, 0, nil^) 2934 else Server(sBreak, Me, 0, nil^) 2935 2935 end 2936 2936 else Play('TURNSTART'); *)
Note:
See TracChangeset
for help on using the changeset viewer.
