fixing a smaller bug extream hard to find,
authorMagnus Olsen <magnus@greatlord.com>
Fri, 8 Jun 2007 12:57:00 +0000 (12:57 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Fri, 8 Jun 2007 12:57:00 +0000 (12:57 +0000)
commite248b95f9d33160a298a64d2abf3be2ab1c2b534
tree704ee8aede9faff20e95a80d41930bd4f8b8f2b6
parent869f31838ebba483ed21e74e657a49d793cb4896
fixing a smaller bug extream hard to find,
if we got two or more directdraw object we choice always the lates hDD not the object own hDD
use This->lpLcl->lpGbl->hDD = This->lpLcl->hDD; to set the object own hDD before call any dxhal api

svn path=/trunk/; revision=27070
reactos/dll/directx/ddraw/Ddraw/ddraw_displaymode.c
reactos/dll/directx/ddraw/Ddraw/ddraw_main.c