http://bugs.winehq.org/show_bug.cgi?id=24009
--- Comment #18 from Stanislav Larionov sudemon@gmail.com 2011-07-29 13:53:39 CDT --- Created an attachment (id=35741) --> (http://bugs.winehq.org/attachment.cgi?id=35741) fix Viewport Transformation Condition
Still present in wine-1.3.25-195-g5e941f8
I attached the diff-patch, which should not break the work of other games, I changed the operator "OR" to "AND" because "doClip" always set to "FALSE" and the second condition would not make any sense.