मंच

Metin2 memory leaks FIX

द्वारा शुरू किया गया Claim Metin2Server · 0 जवाब
की तैनाती: 4 डी
1. Server
Open the file game/main.cpp

Search this function:

int main(int argc, char **argv)
{


After this add the following code:

return 0;

Now open the file db/Main.cpp.

Search this function:

int main()
{


After this add the following code:

return 0;


2. Client

Open the file UserInterface/UserInterface.cpp

Search this function:

int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{


After this add the following code:

return 0;
मेरी टाइमलाइन पर शेयर करें