[Bug 22542] Trackmania quits when i want to go back to the main menu

wine-bugs at winehq.org wine-bugs at winehq.org
Sun May 9 17:21:17 CDT 2010


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


Wylda <wylda at volny.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wylda at volny.cz




--- Comment #6 from Wylda <wylda at volny.cz>  2010-05-09 17:21:16 ---
>
> Perhaps make sure it won't get called (or return at its start).

I did:

 static void convert_r16g16(const BYTE *src, BYTE *dst, UINT pitch, UINT width,
UINT height)
 {
+    
+    return;
+
     unsigned int x, y;


and the game quits the same way like without this change. I'm going to sleep,
so if you have another suggestion what to do next time with convert_r16g16()
let me know.

-- 
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