mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
use real function
This commit is contained in:
parent
f62e0a8b73
commit
2241ef3340
@ -6,6 +6,7 @@
|
||||
#include "opengl_utils.h"
|
||||
#include "utils.h"
|
||||
#include "wndproc.h"
|
||||
#include "hook.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
@ -144,7 +145,7 @@ DWORD WINAPI gdi_render_main(void)
|
||||
}
|
||||
else
|
||||
{
|
||||
SetDIBitsToDevice(
|
||||
real_SetDIBitsToDevice(
|
||||
g_ddraw->render.hdc,
|
||||
0,
|
||||
0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user