Fix comment

This commit is contained in:
jacob1
2017-06-04 21:33:45 -04:00
parent d73586c566
commit 1cb3917fcc

View File

@@ -2108,7 +2108,7 @@ void Simulation::init_can_move()
can_move[movingType][PT_BVBR] = 1; 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) if (elements[movingType].Properties & TYPE_PART)
can_move[movingType][PT_SAWD] = 0; can_move[movingType][PT_SAWD] = 0;
} }