[PATCH 5/6] xactengine3_7: Implement IXACT3WaveBank::Play function.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Wed Aug 5 17:25:14 CDT 2020


Hi Vijay,

On 6/8/20 7:46 am, Vijay Kiran Kamuju wrote:
> Based on patch from Ethan Lee.
> 
> Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
> 
 > +        cue->IXACT3Cue_iface.lpVtbl = &XACT3Cue_Vtbl;
 > +        cue->fact_cue = fcue;
 > +        *ppCue = (IXACT3Cue*)&cue->IXACT3Cue_iface;
 > +        cue->fact_cue = fcue;
 > +        *ppCue = (IXACT3Cue*)cue;

Appears to be a copy paste error.

Regards
Alistair



More information about the wine-devel mailing list