mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-06 16:36:32 +02:00
Fix comment
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user