Skip to content

Commit b267afb

Browse files
committed
Update comment
1 parent f828b94 commit b267afb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8wrapper.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)