summaryrefslogtreecommitdiff
path: root/src/simulation/Particle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/Particle.cpp')
-rw-r--r--src/simulation/Particle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/Particle.cpp b/src/simulation/Particle.cpp
index 19089a1..d3657e4 100644
--- a/src/simulation/Particle.cpp
+++ b/src/simulation/Particle.cpp
@@ -16,5 +16,7 @@ std::vector<StructProperty> Particle::GetProperties()
properties.push_back(StructProperty("tmp", StructProperty::Integer, offsetof(Particle, tmp)));
properties.push_back(StructProperty("tmp2", StructProperty::Integer, offsetof(Particle, tmp2)));
properties.push_back(StructProperty("dcolour", StructProperty::UInteger, offsetof(Particle, dcolour)));
+ properties.push_back(StructProperty("sld", StructProperty::UInteger, offsetof(Particle, sld)));
+ properties.push_back(StructProperty("snext", StructProperty::UInteger, offsetof(Particle, snext)));
return properties;
}