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),
mMouseZ(0),
mMouseY(0),
mMouseX(0)
mMouseX(0),
mMouseInWindow(true)
{
_setupOISKeys();