dinput.c - buildfix
This commit is contained in:
parent
128095c045
commit
f21a9f2fd2
|
@ -106,7 +106,7 @@ bool dinput_init_context(void)
|
|||
(void**)&g_dinput_ctx, NULL)));
|
||||
#endif
|
||||
|
||||
if (!context_succeeded)
|
||||
if (!context_initialized)
|
||||
goto error;
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue