summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-06-24 04:02:00 (GMT)
committer jacob1 <jfu614@gmail.com>2013-06-24 04:02:00 (GMT)
commit776b2f6607acf43ec64f0479001d049a4cc0d854 (patch)
tree08e5a50617adc5776c6561c70ee51705078dbad1 /src/simulation/Simulation.cpp
parent76ce2de1ce23fbe79d2794713d132eeb871642bd (diff)
downloadpowder-776b2f6607acf43ec64f0479001d049a4cc0d854.zip
powder-776b2f6607acf43ec64f0479001d049a4cc0d854.tar.gz
fix version tagging in saves
Diffstat (limited to 'src/simulation/Simulation.cpp')
-rw-r--r--src/simulation/Simulation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp
index d741b8f..a45ef10 100644
--- a/src/simulation/Simulation.cpp
+++ b/src/simulation/Simulation.cpp
@@ -1996,7 +1996,7 @@ void Simulation::init_can_move()
}
for (movingType = 1; movingType < PT_NUM; movingType++)
{
- // everything "swaps" with VACU and BHOL to make them eat things
+ //everything "swaps" with VACU and BHOL to make them eat things
can_move[movingType][PT_BHOL] = 1;
can_move[movingType][PT_NBHL] = 1;
//nothing goes through stickmen
@@ -2005,7 +2005,7 @@ void Simulation::init_can_move()
can_move[movingType][PT_FIGH] = 0;
//INVS behaviour varies with pressure
can_move[movingType][PT_INVIS] = 3;
- //stop CNCT being displaced by other particles
+ //stop CNCT from being displaced by other particles
can_move[movingType][PT_CNCT] = 0;
//VOID and PVOD behaviour varies with powered state and ctype
can_move[movingType][PT_PVOD] = 3;