summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.hpp b/src/common.hpp
index f269370..4b20ced 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -219,7 +219,8 @@ namespace game {
public:
world::world_t world;
interface::state_t *interface;
- double now, dt;
+ double now = 0.0, dt;
+ bool paused = false;
procgen::prng_t dice_prng;
void start(void);