diff options
| author | jacob1 <jfu614@gmail.com> | 2013-01-07 22:54:10 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-01-07 22:54:10 (GMT) |
| commit | 986173af4c1aec6308ea6f6f2e126b65eeaf37a3 (patch) | |
| tree | b4cd5df636e8f63a3f321efeb69945458c48db7b /src/simulation/Snapshot.h | |
| parent | 5e20dd85458807bc735cee01201440d8f4e04ecd (diff) | |
| download | powder-986173af4c1aec6308ea6f6f2e126b65eeaf37a3.zip powder-986173af4c1aec6308ea6f6f2e126b65eeaf37a3.tar.gz | |
save signs in snapshots
Diffstat (limited to 'src/simulation/Snapshot.h')
| -rw-r--r-- | src/simulation/Snapshot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/simulation/Snapshot.h b/src/simulation/Snapshot.h index 983bdf3..d87f4d9 100644 --- a/src/simulation/Snapshot.h +++ b/src/simulation/Snapshot.h @@ -29,6 +29,7 @@ public: std::vector<float> FanVelocityY; std::vector<playerst> stickmen; + std::vector<sign> signs; Snapshot() : AirPressure(), @@ -46,7 +47,8 @@ public: ElecMap(), FanVelocityX(), FanVelocityY(), - stickmen() + stickmen(), + signs() { } |
