diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-11-05 20:10:35 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-11-05 20:10:35 (GMT) |
| commit | 150a2e528ee41cb596b59c8a3c9ec62e9bf686fa (patch) | |
| tree | 4aa02da9f38c5f24acc5ac1176d4010ace8fc8dd /src/simulation/elements/BVBR.cpp | |
| parent | 8614a2d9638da8ee6982e2a8eadf95eaf5365aa6 (diff) | |
| parent | 7da144fbae1dac390ddf3bbcc69a990cf91398ac (diff) | |
| download | powder-150a2e528ee41cb596b59c8a3c9ec62e9bf686fa.zip powder-150a2e528ee41cb596b59c8a3c9ec62e9bf686fa.tar.gz | |
Merge branch 'master' of github.com:FacialTurd/PowderToypp
Diffstat (limited to 'src/simulation/elements/BVBR.cpp')
| -rw-r--r-- | src/simulation/elements/BVBR.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/BVBR.cpp b/src/simulation/elements/BVBR.cpp index 994027e..dfff186 100644 --- a/src/simulation/elements/BVBR.cpp +++ b/src/simulation/elements/BVBR.cpp @@ -4,7 +4,7 @@ Element_BVBR::Element_BVBR() { Identifier = "DEFAULT_PT_BVBR"; Name = "BVBR"; - Colour = PIXPACK(0x002900); + Colour = PIXPACK(0x005000); MenuVisible = 1; MenuSection = SC_POWDERS; Enabled = 1; @@ -16,7 +16,7 @@ Element_BVBR::Element_BVBR() Collision = 0.0f; Gravity = 0.15f; Diffusion = 0.00f; - HotAir = 0.0003f * CFDS; + HotAir = 0.0000f * CFDS; Falldown = 1; Flammable = 0; |
