ref: f6dd58429e62e1b8d8d4e4062f3d69a84482294b
parent: dda0dd2fac199d7b3885f3def88461437842614c
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Oct 21 15:25:34 EDT 2019
Add missing boolean values
--- a/src/Input.cpp
+++ b/src/Input.cpp
@@ -169,7 +169,7 @@
if (res)
{
if (res == DIERR_INPUTLOST)
- SetDeviceAquire(0);
+ SetDeviceAquire(FALSE);
else
return FALSE;
}
@@ -214,7 +214,7 @@
if (res)
{
if (res == DIERR_INPUTLOST)
- SetDeviceAquire(0);
+ SetDeviceAquire(FALSE);
else
return FALSE;
}