We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a56fe commit 2b6ecd0Copy full SHA for 2b6ecd0
Client/core/CCore.cpp
@@ -866,6 +866,7 @@ void CCore::ApplyHooks2()
866
CCore::GetSingleton().CreateNetwork();
867
CCore::GetSingleton().CreateGame();
868
CCore::GetSingleton().CreateMultiplayer();
869
+ CCore::GetSingleton().CreateXML();
870
CCore::GetSingleton().CreateGUI();
871
}
872
Client/core/DXHook/CDirect3DHook9.cpp
@@ -83,6 +83,7 @@ IDirect3D9* CDirect3DHook9::API_Direct3DCreate9(UINT SDKVersion)
83
84
85
86
87
88
89
0 commit comments