[Bug 32081] Civilization V fails to start a game without native d3dx9_36 (crashes in d3dx9_36/math.c)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Nov 8 09:40:48 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=32081

--- Comment #8 from joaopa <jeremielapuree at yahoo.fr> 2012-11-08 09:40:48 CST ---
There are 2 spaces in the line
pout->x = pviewport->X +  [here] ( 1.0f + pout->x ) * pviewport->Width / 2.0f;

Can you use
if (pworld)
    D3DXMatrixMultiply(&m, &m, pworld);

instead of
    if (pworld) D3DXMatrixMultiply(&m, &m, pworld);

Thanks for your  great job.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list