summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene.h b/scene.h
index 9e3ddb7..7b6808c 100644
--- a/scene.h
+++ b/scene.h
@@ -29,6 +29,7 @@ class Scene {
bool render_terrain;
bool gravity;
bool dialog;
+ bool flying;
Terrain::Node *last_node;