summaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-05-29 13:20:04 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-05-29 13:20:04 +0200
commitdec532e0574dfc900d4693e78cf5a9b4c35be204 (patch)
treeb5748cadeecce33227a1441d99559346ab09a0e1 /scene.h
parent214e2599599d5132234a28ff6852dc2d0eeb8d21 (diff)
Somewhat fixed gravitation and jumping.
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;