summaryrefslogtreecommitdiff
path: root/src/simulation/elements/CRAY.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-01-23 05:26:57 (GMT)
committer jacob1 <jfu614@gmail.com>2013-01-23 05:26:57 (GMT)
commit07aade6c4c6de5384f1ad57a28592d0ac885e4c3 (patch)
tree8f5f2ebd261f821e39d278643c1a8f0358d04d12 /src/simulation/elements/CRAY.cpp
parent28fdb32bfb81f48170138c1b62fbca310ab84622 (diff)
downloadpowder-07aade6c4c6de5384f1ad57a28592d0ac885e4c3.zip
powder-07aade6c4c6de5384f1ad57a28592d0ac885e4c3.tar.gz
fix crash when pressing enter to open a save, and not logged in. Fix CRAY description
Diffstat (limited to 'src/simulation/elements/CRAY.cpp')
-rw-r--r--src/simulation/elements/CRAY.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/CRAY.cpp b/src/simulation/elements/CRAY.cpp
index eaf4a11..93c8db9 100644
--- a/src/simulation/elements/CRAY.cpp
+++ b/src/simulation/elements/CRAY.cpp
@@ -28,7 +28,7 @@ Element_CRAY::Element_CRAY()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 0;
- Description = "Particle Ray Emitter. Creates a beam of particles set by ctype, range is set by tmp2";
+ Description = "Particle Ray Emitter. Creates a beam of particles set by ctype, range is set by tmp";
State = ST_SOLID;
Properties = TYPE_SOLID|PROP_LIFE_DEC;