use fancy macros
This commit is contained in:
parent
6b8208ad85
commit
9811f310bc
4 changed files with 37 additions and 37 deletions
|
@ -704,7 +704,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
{
|
||||
case WM_D3D9DEVICELOST:
|
||||
{
|
||||
if (Direct3D9Active && Direct3D9_DeviceLost())
|
||||
if (Direct3D9Active && Direct3D9_OnDeviceLost())
|
||||
{
|
||||
if (!ddraw->windowed)
|
||||
mouse_lock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue