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