[Bug 7442] motocross madness demo: unimplemented function in d3drm

Wine Bugs wine-bugs at winehq.org
Tue Mar 13 01:51:36 CDT 2007


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





------- Additional Comments From dmitry at codeweavers.com  2007-13-03 01:51 -------
New patch has exactly the same problems as were pointed out in a previous one:

The patch has inconsistent indentation, a bit of additional spaces in each line
of code would make it slightly more readable, have a look at other wine source
files.

The patch is extremely buggy in memory allocations: instead of allocating
space for an object it allocates space only for a pointer. I'd suggest to
allocate all the objects on the stack instead.

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



More information about the wine-bugs mailing list