From f73a4768140671be67f1f7d639e38033f3218c92 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Sun, 20 Feb 2011 15:21:35 +0000 Subject: [PATCH] Made the '0.7' camera style the default (again), and not the (newly implement) classic camera style. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7741 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/config/user_config.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/user_config.hpp b/src/config/user_config.hpp index 318713f7c..8b98d9f6b 100644 --- a/src/config/user_config.hpp +++ b/src/config/user_config.hpp @@ -49,6 +49,7 @@ const int CURRENT_CONFIG_VERSION = 8; using irr::core::stringc; using irr::core::stringw; +#include "graphics/camera.hpp" #include "utils/constants.hpp" #include "utils/no_copy.hpp" #include "utils/ptr_vector.hpp" @@ -361,7 +362,7 @@ namespace UserConfigParams "If the kart is driving backwards faster than this value,\n" "switch automatically to reverse camera (set to 0 to disable).") ); PARAM_PREFIX IntUserConfigParam m_camera_style - PARAM_DEFAULT( IntUserConfigParam(1, "camera_style", "Camera Style") ); + PARAM_DEFAULT( IntUserConfigParam(Camera::CS_MODERN, "camera_style", "Camera Style") ); PARAM_PREFIX StringUserConfigParam m_item_style