From 1cb3917fcc0c8fe1249ee4a6c92cb56558ded1a3 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 4 Jun 2017 21:33:45 -0400 Subject: [PATCH] Fix comment --- src/simulation/Simulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index fbe8b299e..d9394d492 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2108,7 +2108,7 @@ void Simulation::init_can_move() can_move[movingType][PT_BVBR] = 1; } - //E181 cannot be displaced by other powders + //SAWD cannot be displaced by other powders if (elements[movingType].Properties & TYPE_PART) can_move[movingType][PT_SAWD] = 0; }