summaryrefslogtreecommitdiff
path: root/src/simulation/Particle.h
diff options
context:
space:
mode:
authorStanislaw Skowronek <skylark@disorder.sko>2013-11-13 13:54:46 (GMT)
committer Stanislaw Skowronek <skylark@disorder.sko>2013-11-13 13:54:46 (GMT)
commit54769d13eb1b4216b7c6d18e08c3797bf3a48e8a (patch)
treeb9044f60fc982a75e00eda291be1aa3baaca1656 /src/simulation/Particle.h
parentf32929128e1d93517f24253ed58801acc32ce814 (diff)
downloadpowder-54769d13eb1b4216b7c6d18e08c3797bf3a48e8a.zip
powder-54769d13eb1b4216b7c6d18e08c3797bf3a48e8a.tar.gz
Initial check-in of movable solids. Save/Load/Undo do not work and may crash.
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();