On Thu, Aug 1, 2013 at 9:14 AM, Rico Schüller kgbricola@web.de wrote:
dlls/d3dx9_36/effect.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-)
- if (!This->started)
return D3D_OK;
- This->started = FALSE;
- return D3D_OK;
Sorry to bother but why not simply force false and using a single return?
Best wishes, Bruno