dinput.c - buildfix

This commit is contained in:
twinaphex 2015-12-04 11:28:13 +01:00
parent 128095c045
commit f21a9f2fd2

View File

@ -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;