mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
fix disabled camera on start
This commit is contained in:
parent
df60f4bf92
commit
6b996d8c34
@ -295,6 +295,14 @@ private:
|
|||||||
lst->add(guiEvents,Event::EV_ALL);
|
lst->add(guiEvents,Event::EV_ALL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mControlSwitch["playercontrols"] = true;
|
||||||
|
mControlSwitch["playerfighting"] = true;
|
||||||
|
mControlSwitch["playerjumping"] = true;
|
||||||
|
mControlSwitch["playerlooking"] = true;
|
||||||
|
mControlSwitch["playermagic"] = true;
|
||||||
|
mControlSwitch["playerviewswitch"] = true;
|
||||||
|
mControlSwitch["vanitymode"] = true;
|
||||||
|
|
||||||
changeInputMode(false);
|
changeInputMode(false);
|
||||||
|
|
||||||
/**********************************
|
/**********************************
|
||||||
@ -338,14 +346,6 @@ private:
|
|||||||
|
|
||||||
poller.bind(A_Jump, KC_E);
|
poller.bind(A_Jump, KC_E);
|
||||||
poller.bind(A_Crouch, KC_LCONTROL);
|
poller.bind(A_Crouch, KC_LCONTROL);
|
||||||
|
|
||||||
mControlSwitch["playercontrols"] = true;
|
|
||||||
mControlSwitch["playerfighting"] = true;
|
|
||||||
mControlSwitch["playerjumping"] = true;
|
|
||||||
mControlSwitch["playerlooking"] = true;
|
|
||||||
mControlSwitch["playermagic"] = true;
|
|
||||||
mControlSwitch["playerviewswitch"] = true;
|
|
||||||
mControlSwitch["vanitymode"] = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void setDragDrop(bool dragDrop)
|
void setDragDrop(bool dragDrop)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user