Bugfix: uninitialised variable was used, which causes (at least on Windows) the camera

position to be completely wrong.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5753 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-08-17 04:01:17 +00:00
parent 9362dc13f4
commit ae85e05390

View File

@ -85,6 +85,7 @@ FeatureUnlockedCutScene::UnlockedThing::~UnlockedThing()
FeatureUnlockedCutScene::FeatureUnlockedCutScene()
: Screen("feature_unlocked.stkgui")
{
m_key_angle = 0;
setNeeds3D(true);
m_throttle_FPS = false;