Add Twisted Metal 2 section to ddraw.ini

This commit is contained in:
FunkyFr3sh 2020-09-23 04:37:28 +02:00
parent 9fedb74895
commit ad16993376
3 changed files with 12 additions and 0 deletions

View file

@ -1818,6 +1818,9 @@ ULONG __stdcall ddraw_Release(IDirectDrawImpl *This)
return 0;
}
if (This->ddrawrefcount0)
return 0;
return This->Ref;
}