From 221113f5f526cd4756f234d0b0984bbcf11082d1 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Tue, 11 Sep 2012 04:36:30 +0000 Subject: [PATCH] efbb: workaround for map issue on cannon explosion It should be reverted when this bug is properly fixed. SVN revision: 76430 --- data/theme/cannon.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/theme/cannon.edc b/data/theme/cannon.edc index 4e93c1a..5d9cc8b 100644 --- a/data/theme/cannon.edc +++ b/data/theme/cannon.edc @@ -32,7 +32,7 @@ group { state: "default" 0.0; min: 50 70; max: 50 70; - color: 255 255 255 0; + color: 255 255 255 1; image.normal: "explosion.png"; } description { @@ -47,7 +47,7 @@ group { inherit: "default" 0.0; min: 140 110; max: 140 110; - color: 255 255 255 0; + color: 255 255 255 1; } }