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 7b6808c..a3e2ee3 100644
--- a/scene.h
+++ b/scene.h
@@ -30,6 +30,7 @@ class Scene {
bool gravity;
bool dialog;
bool flying;
+ bool underwater;
Terrain::Node *last_node;