From dec532e0574dfc900d4693e78cf5a9b4c35be204 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 29 May 2011 13:20:04 +0200 Subject: Somewhat fixed gravitation and jumping. --- scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene.h') 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; -- cgit v1.2.3