mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
fix a crash in quake
svn path=/trunk/; revision=23745
This commit is contained in:
parent
0d7f6179b7
commit
a962c1d8c0
1 changed files with 2 additions and 0 deletions
|
@ -753,6 +753,8 @@ HRESULT WINAPI Main_DirectDraw_EnumDisplayModes(LPDIRECTDRAW7 iface, DWORD dwFla
|
|||
LPDDSURFACEDESC2 pDDSD, LPVOID context, LPDDENUMMODESCALLBACK2 callback)
|
||||
{
|
||||
|
||||
DX_STUB_DD_OK();
|
||||
|
||||
IDirectDrawImpl* This = (IDirectDrawImpl*)iface;
|
||||
DDSURFACEDESC2 desc_callback;
|
||||
DEVMODE DevMode;
|
||||
|
|
Loading…
Reference in a new issue