hedgewars/uLandObjects.pas
changeset 10877 baad1cc9b749
parent 10560 9f09196d92a6
child 10878 963bc20f511c
--- a/hedgewars/uLandObjects.pas	Tue Mar 31 00:15:00 2015 +0200
+++ b/hedgewars/uLandObjects.pas	Tue Mar 31 02:30:29 2015 +0200
@@ -553,6 +553,9 @@
             c2.g:= t;
             c2.b:= t
             end;
+        ExplosionBorderColorR:= c2.r;
+        ExplosionBorderColorG:= c2.g;
+        ExplosionBorderColorB:= c2.b;
         ExplosionBorderColor:= (c2.r shl RShift) or (c2.g shl GShift) or (c2.b shl BShift) or AMask;
         end
     else if key = 'water-top' then