summaryrefslogtreecommitdiff
path: root/src/simulation/Stickman.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-08 14:29:33 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-08 14:29:33 (GMT)
commit645bcb1bcd1095efc1ab1d113e9282aef5774d1f (patch)
treed94f25332a42f17261d115edcd686c832007662c /src/simulation/Stickman.h
parentc0b45928392efdffbde819842387a041e2d1936a (diff)
parent89a0603b53b314345d93e422dd945848ea3a9938 (diff)
downloadpowder-645bcb1bcd1095efc1ab1d113e9282aef5774d1f.zip
powder-645bcb1bcd1095efc1ab1d113e9282aef5774d1f.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/simulation/Stickman.h')
-rw-r--r--src/simulation/Stickman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Stickman.h b/src/simulation/Stickman.h
index 0e9cd3c..a62a747 100644
--- a/src/simulation/Stickman.h
+++ b/src/simulation/Stickman.h
@@ -10,6 +10,7 @@ struct playerst
float accs[8]; //accelerations
char spwn; //if stick man was spawned
unsigned int frames; //frames since last particle spawn - used when spawning LIGH
+ bool rocketBoots;
};
#endif