hedgewars/uLandObjects.pas
changeset 10877 baad1cc9b749
parent 10560 9f09196d92a6
child 10878 963bc20f511c
equal deleted inserted replaced
10876:d012728b89b9 10877:baad1cc9b749
   551                 t:= 255;
   551                 t:= 255;
   552             c2.r:= t;
   552             c2.r:= t;
   553             c2.g:= t;
   553             c2.g:= t;
   554             c2.b:= t
   554             c2.b:= t
   555             end;
   555             end;
       
   556         ExplosionBorderColorR:= c2.r;
       
   557         ExplosionBorderColorG:= c2.g;
       
   558         ExplosionBorderColorB:= c2.b;
   556         ExplosionBorderColor:= (c2.r shl RShift) or (c2.g shl GShift) or (c2.b shl BShift) or AMask;
   559         ExplosionBorderColor:= (c2.r shl RShift) or (c2.g shl GShift) or (c2.b shl BShift) or AMask;
   557         end
   560         end
   558     else if key = 'water-top' then
   561     else if key = 'water-top' then
   559         begin
   562         begin
   560         i:= Pos(',', s);
   563         i:= Pos(',', s);