From d1f5a2e218937e55cf8f0bb01d286c70526e5ebd Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 21 Aug 2010 14:50:09 +0100 Subject: [PATCH] Default game camera to floating --- src/Game.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Game.cpp b/src/Game.cpp index f870964..ab93759 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -102,7 +102,9 @@ Game::Game(IMapPtr a_map) message_area = make_message_area(); render_stats = make_render_stats(layout, "/fps/fps_label"); + // Intial camera state is floating but in the bird position switch_to_birdCamera(); + camera_mode = CAMERA_FLOATING; } Game::~Game() -- 2.39.2