summaryrefslogtreecommitdiff
path: root/src/simulation/Snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/Snapshot.h')
-rw-r--r--src/simulation/Snapshot.h4
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()
{
}