diff options
Diffstat (limited to 'src/simulation/elements/FILT.cpp')
| -rw-r--r-- | src/simulation/elements/FILT.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/FILT.cpp b/src/simulation/elements/FILT.cpp index c978690..fcfae40 100644 --- a/src/simulation/elements/FILT.cpp +++ b/src/simulation/elements/FILT.cpp @@ -31,7 +31,7 @@ Element_FILT::Element_FILT() Description = "Filter for photons, changes the color."; State = ST_SOLID; - Properties = TYPE_SOLID; + Properties = TYPE_SOLID | PROP_NOAMBHEAT; LowPressure = IPL; LowPressureTransition = NT; @@ -74,4 +74,4 @@ int Element_FILT::graphics(GRAPHICS_FUNC_ARGS) } -Element_FILT::~Element_FILT() {}
\ No newline at end of file +Element_FILT::~Element_FILT() {} |
