- added end line to various messages
so they don't screw up further output anymore
This commit is contained in:
parent
643828f5fa
commit
f17f8c9359
11 changed files with 18 additions and 18 deletions
|
|
@ -644,7 +644,7 @@ bool I_InitInput (void *hwnd)
|
|||
hr = di8c(g_hInst, DIRECTINPUT_VERSION, IID_IDirectInput8A, (void **)&g_pdi, NULL);
|
||||
if (FAILED(hr))
|
||||
{
|
||||
Printf(TEXTCOLOR_ORANGE "DirectInput8Create failed: %08lx", hr);
|
||||
Printf(TEXTCOLOR_ORANGE "DirectInput8Create failed: %08lx\n", hr);
|
||||
g_pdi = NULL; // Just to be sure DirectInput8Create didn't change it
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue