http://bugs.winehq.org/show_bug.cgi?id=6976 ------- Additional Comments From leffeman(a)gmail.com 2007-17-03 13:37 ------- I have confirmed that the textures are doubled. By doing this in drawprim.c:drawStridedSlow: - case 2: t = ptrToCoords[1]; /* drop through */ - case 1: s = ptrToCoords[0]; + case 2: t = ptrToCoords[1]*2; /* drop through */ + case 1: s = ptrToCoords[0]*2; Things look almost good (except before you start playing, where everything is really small) -- now to figure out what initially causes the doubling :/ -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.