summaryrefslogtreecommitdiff
path: root/src/simulation/Particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/Particle.h')
-rw-r--r--src/simulation/Particle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Particle.h b/src/simulation/Particle.h
index fbb5988..99fa96c 100644
--- a/src/simulation/Particle.h
+++ b/src/simulation/Particle.h
@@ -15,6 +15,7 @@ struct Particle
int tmp;
int tmp2;
unsigned int dcolour;
+ int sld, snext, sprev;
/** Returns a list of properties, their type and offset within the structure that can be changed
by higher-level processes referring to them by name such as Lua or the property tool **/
static std::vector<StructProperty> GetProperties();