efbb: workaround for map issue on cannon explosion

It should be reverted when this bug is properly fixed.


SVN revision: 76430
This commit is contained in:
Bruno Dilly 2012-09-11 04:36:30 +00:00
parent fb2aefda61
commit 221113f5f5
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ group {
state: "default" 0.0; state: "default" 0.0;
min: 50 70; min: 50 70;
max: 50 70; max: 50 70;
color: 255 255 255 0; color: 255 255 255 1;
image.normal: "explosion.png"; image.normal: "explosion.png";
} }
description { description {
@ -47,7 +47,7 @@ group {
inherit: "default" 0.0; inherit: "default" 0.0;
min: 140 110; min: 140 110;
max: 140 110; max: 140 110;
color: 255 255 255 0; color: 255 255 255 1;
} }
} }