diff options
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() { } |
