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.
2 parents ac725bc + 8fa45f1 commit 44b7075Copy full SHA for 44b7075
Client/core/CCore.cpp
@@ -866,7 +866,6 @@ 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,7 +83,6 @@ IDirect3D9* CDirect3DHook9::API_Direct3DCreate9(UINT SDKVersion)
83
84
85
86
87
88
89
0 commit comments