Fix regression in Fallout game.

This commit is contained in:
Carlos Lozano 2005-02-08 12:11:12 +00:00 committed by Alexandre Julliard
parent b10ba61112
commit 1b73419ffc
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ DataFormat *create_DataFormat(const DIDATAFORMAT *wine_format, LPCDIDATAFORMAT a
* instance id. * instance id.
*/ */
((asked_format->rgodf[j].dwType & 0x00FFFF00) == DIDFT_ANYINSTANCE) || ((asked_format->rgodf[j].dwType & 0x00FFFF00) == DIDFT_ANYINSTANCE) ||
(DIDFT_GETINSTANCE(wine_format->rgodf[i].dwType) == DIDFT_GETINSTANCE(asked_format->rgodf[j].dwType)))) { (wine_format->rgodf[i].dwType & asked_format->rgodf[j].dwType))) {
done[j] = 1; done[j] = 1;