summaryrefslogtreecommitdiff
path: root/src/simulation/elements/DMG.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/DMG.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/DMG.cpp')
-rw-r--r--src/simulation/elements/DMG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/DMG.cpp b/src/simulation/elements/DMG.cpp
index 4f1daaf..4612d77 100644
--- a/src/simulation/elements/DMG.cpp
+++ b/src/simulation/elements/DMG.cpp
@@ -92,7 +92,7 @@ int Element_DMG::update(UPDATE_FUNC_ARGS)
sim->part_change_type(rr>>8, x+nxi, y+nxj, PT_BCOL);
else if(t == PT_QRTZ)
sim->part_change_type(rr>>8, x+nxi, y+nxj, PT_PQRT);
- else if(t == PT_TUGN)
+ else if(t == PT_TUNG)
sim->part_change_type(rr>>8, x+nxi, y+nxj, PT_BRMT);
}
}