Page 1 of 1

Problem with latest version of client on AmigaOS4

Posted: 29 Aug 2009, 12:24
by afxgroup
Hello,
i've just compiled the latest client version and at the end of the game on OS4 the game never exit. That's because you need to add a

delete network

at the end of the main

Code: Select all

    delete guiPalette;
>>	delete network;
	
    logger->log("Quitting");
    exitEngine();
to shut down the network (and the SDL_net library..)
Now, the AmigaOS4 client is ready.. :)

Re: Problem with latest version of client on AmigaOS4

Posted: 29 Aug 2009, 22:18
by Matt
Nice, thanks for working on this! :)

Re: Problem with latest version of client on AmigaOS4

Posted: 30 Aug 2009, 07:15
by Ces
Pushed. Thanks! :)

Re: Problem with latest version of client on AmigaOS4

Posted: 30 Aug 2009, 10:15
by afxgroup
thank you :mrgreen: