#28 Fix for populous 3 crash
This commit is contained in:
parent
f0fb557827
commit
0251ec6c53
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue