summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-05-29 15:02:23 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-05-29 15:02:23 +0200
commit08bc996d3673124bfb4221d5a7dc5b48a9ebbee4 (patch)
tree734ccbca4b207559f3ef035640739734a4d64ef2 /scene.h
parentdec532e0574dfc900d4693e78cf5a9b4c35be204 (diff)
Fixed underwater movement.
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;