File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -333,8 +333,8 @@ bool DX8Wrapper::Init(void * hwnd, bool lite)
333333 */
334334 WWDEBUG_SAY ((" Create Direct3D8" ));
335335 {
336- // TheSuperHackers @bugfix xezon 13/06/2025 Front load the system dbghelp.dll
337- // to prevent the graphics driver from potentially loading the old game dbghelp.dll.
336+ // TheSuperHackers @bugfix xezon 13/06/2025 Front load the system dbghelp.dll to prevent
337+ // the graphics driver from potentially loading the old game dbghelp.dll and then crashing the game process .
338338 DbgHelpGuard dbgHelpGuard;
339339
340340 D3DInterface = Direct3DCreate8Ptr (D3D_SDK_VERSION); // TODO: handle failure cases...
@@ -599,8 +599,8 @@ bool DX8Wrapper::Create_Device(void)
599599
600600 HRESULT hr;
601601 {
602- // TheSuperHackers @bugfix xezon 13/06/2025 Front load the system dbghelp.dll
603- // to prevent the graphics driver from potentially loading the old game dbghelp.dll.
602+ // TheSuperHackers @bugfix xezon 13/06/2025 Front load the system dbghelp.dll to prevent
603+ // the graphics driver from potentially loading the old game dbghelp.dll and then crashing the game process .
604604 DbgHelpGuard dbgHelpGuard;
605605
606606 hr=D3DInterface->CreateDevice
You can’t perform that action at this time.
0 commit comments