summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SPRK.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-14 01:10:45 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-14 01:10:45 (GMT)
commit7856f727a5b7d88904752267d4a1decd66ecbf4e (patch)
treecce09602f7d9ac4ddabc4ff203e24b7740c4a744 /src/simulation/elements/SPRK.cpp
parent8aa9f96843abfdc8ca619412032f2d2c78fe3ccc (diff)
downloadpowder-7856f727a5b7d88904752267d4a1decd66ecbf4e.zip
powder-7856f727a5b7d88904752267d4a1decd66ecbf4e.tar.gz
rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGN
Diffstat (limited to 'src/simulation/elements/SPRK.cpp')
-rw-r--r--src/simulation/elements/SPRK.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SPRK.cpp b/src/simulation/elements/SPRK.cpp
index 15fd0e4..a8b40f7 100644
--- a/src/simulation/elements/SPRK.cpp
+++ b/src/simulation/elements/SPRK.cpp
@@ -158,7 +158,7 @@ int Element_SPRK::update(UPDATE_FUNC_ARGS)
}
}
break;
- case PT_TUGN:
+ case PT_TUNG:
if(parts[i].temp < 3595.0){
parts[i].temp += (rand()%20)-4;
}