mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
#28 Fix for populous 3 crash
This commit is contained in:
parent
f0fb557827
commit
0251ec6c53
@ -1835,6 +1835,10 @@ ULONG __stdcall ddraw_Release(IDirectDrawImpl *This)
|
|||||||
ddraw = NULL;
|
ddraw = NULL;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
This->lpVtbl->SetDisplayMode1 = ddraw_SetDisplayMode;
|
||||||
|
}
|
||||||
|
|
||||||
if (This->ddrawrefcount0)
|
if (This->ddrawrefcount0)
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user