Commit 1b73419f authored by Carlos Lozano's avatar Carlos Lozano Committed by Alexandre Julliard

Fix regression in Fallout game.

parent b10ba611
......@@ -316,7 +316,7 @@ DataFormat *create_DataFormat(const DIDATAFORMAT *wine_format, LPCDIDATAFORMAT a
* instance id.
*/
((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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment