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
This commit is contained in:
hikerstk 2011-02-20 15:21:35 +00:00
parent ac5190c671
commit f73a476814

View File

@ -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