summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
diff options
context:
space:
mode:
authorStanislaw Skowronek <skylark@disorder.sko>2013-11-16 01:16:37 (GMT)
committer Stanislaw Skowronek <skylark@disorder.sko>2013-11-16 01:16:37 (GMT)
commit3296d01874d19e8310385c8bfc9a3a50a8319478 (patch)
treee552ac70330e083061af0a9b3bdc6fc42b2a056f /src/simulation/Simulation.cpp
parent7bee414f7c11b0c4e4a3d5d4535de3999fcd8cad (diff)
downloadpowder-3296d01874d19e8310385c8bfc9a3a50a8319478.zip
powder-3296d01874d19e8310385c8bfc9a3a50a8319478.tar.gz
Typ00s.
Diffstat (limited to 'src/simulation/Simulation.cpp')
-rw-r--r--src/simulation/Simulation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp
index e85b373..375d918 100644
--- a/src/simulation/Simulation.cpp
+++ b/src/simulation/Simulation.cpp
@@ -4449,7 +4449,7 @@ killed:
else if ((r & 0xFF) == PT_GOO) parts[i].ctype &= 0x3FFAAA00;
else if ((r & 0xFF) == PT_PLNT) parts[i].ctype &= 0x0007C000;
else if ((r & 0xFF) == PT_PLUT) parts[i].ctype &= 0x001FCE00;
- else if ((r & 0xFF) == PT_SPLT) parts[i].ctype &= 0x001FCE00;
+ else if ((r & 0xFF) == PT_SPLU) parts[i].ctype &= 0x001FCE00;
else if ((r & 0xFF) == PT_URAN) parts[i].ctype &= 0x003FC000;
else if ((r & 0xFF) == PT_GOLD) parts[i].ctype &= 0x3C038100;