mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-18 15:42:34 +00:00
- fixed: The BurningBarrel has been replaced with something blue in Freedoom so adjust the light for that.
This commit is contained in:
parent
314e49f791
commit
6168d3ee7c
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ object ShortBlueTorch
|
||||||
// Burning barrel
|
// Burning barrel
|
||||||
flickerlight2 FIREBARREL
|
flickerlight2 FIREBARREL
|
||||||
{
|
{
|
||||||
color 1.0 0.9 0.4
|
color 0.6 0.6 0.9
|
||||||
size 72
|
size 72
|
||||||
secondarySize 81
|
secondarySize 81
|
||||||
interval 0.1
|
interval 0.1
|
||||||
|
|
Loading…
Reference in a new issue