1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

Fix an uninitalized member, and also make sure the mouse is captured when OpenMW starts

This commit is contained in:
scrawl 2013-06-16 17:10:30 +02:00
parent 4c8a04d9cb
commit 88acebf808

View file

@ -26,7 +26,8 @@ namespace SFO
mWrapPointer(false), mWrapPointer(false),
mMouseZ(0), mMouseZ(0),
mMouseY(0), mMouseY(0),
mMouseX(0) mMouseX(0),
mMouseInWindow(true)
{ {
_setupOISKeys(); _setupOISKeys();