mouse code: memset still works.

This commit is contained in:
AJ Kelly
2011-02-14 14:23:56 -06:00
parent ef2de84c1e
commit c14ad4955a
@@ -24,7 +24,7 @@ DIDevice::DIDevice()
dev = InputDevice_Invalid;
buffered = true;
memset(&JoystickInst, 0, sizeof(JoystickInst));
//memset(&MouseInst, 0, sizeof(MouseInst));
memset(&MouseInst, 0, sizeof(MouseInst));
Device = NULL;
}