Merge branch 'The-Powder-Toy:master' into paper

This commit is contained in:
Rebmiami 2023-12-11 22:11:50 +00:00 committed by GitHub
commit 6f70192742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,9 +337,9 @@ int SimulationData::GetParticleType(ByteString type) const
SimulationData::SimulationData() SimulationData::SimulationData()
{ {
init_can_move();
msections = LoadMenus(); msections = LoadMenus();
wtypes = LoadWalls(); wtypes = LoadWalls();
elements = GetElements(); elements = GetElements();
tools = GetTools(); tools = GetTools();
init_can_move();
} }