fix function names
This commit is contained in:
parent
a4a452a7f2
commit
1402054259
4 changed files with 8 additions and 3 deletions
|
@ -63,7 +63,7 @@ DWORD WINAPI render_soft_main(void)
|
|||
if (!ddraw->windowed)
|
||||
PostMessage(ddraw->hWnd, WM_AUTORENDERER, 0, 0);
|
||||
|
||||
snprintf(
|
||||
_snprintf(
|
||||
warningText, sizeof(warningText),
|
||||
"-WARNING- Using slow software rendering, please update your graphics card driver (%s)",
|
||||
strlen(OpenglVersion) > 10 ? "" : OpenglVersion);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue