quadra-game / quadra

An addictive action puzzle game with single player and multiplayer capabilities (Internet or LAN).
GNU Lesser General Public License v2.1
27 stars 18 forks source link

SDL_Quit() isn't called in the Linux client #129

Closed pphaneuf closed 10 years ago

pphaneuf commented 10 years ago

On my system when quitting Quadra, X11 doesn't restore its resolution and keeps the 640x480 resolution quadra uses. This is quite annoying.

I could track that down that SDL_Quit() isn't called under Linux (but in the windows-version it is called!). I fixed that by calling delete_obj() after start_game() in the main()-Function in skelton/svgalib/main.cpp which does a call to SDL_Quit().

pphaneuf commented 10 years ago

That's true, I'll investigate and fix as required.

pphaneuf commented 10 years ago

That's true, I'll investigate and fix as required.

pphaneuf commented 10 years ago

Thank you 'pie...', I have added delete_obj() on Linux build. Fixed in revision http://code.google.com/p/quadra/source/detail?r=460