diff options
Diffstat (limited to 'src/simulation/Snapshot.h')
| -rw-r--r-- | src/simulation/Snapshot.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/simulation/Snapshot.h b/src/simulation/Snapshot.h index d47f363..983bdf3 100644 --- a/src/simulation/Snapshot.h +++ b/src/simulation/Snapshot.h @@ -28,6 +28,8 @@ public: std::vector<float> FanVelocityX; std::vector<float> FanVelocityY; + std::vector<playerst> stickmen; + Snapshot() : AirPressure(), AirVelocityX(), @@ -43,7 +45,8 @@ public: BlockMap(), ElecMap(), FanVelocityX(), - FanVelocityY() + FanVelocityY(), + stickmen() { } |
