mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
- attempt to shutdown sdl in a more controlled way
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
std::cerr << "Couldn't initialize SDL: " << SDL_GetError() << "\n"; \
|
||||
return 1; \
|
||||
} \
|
||||
atexit(SDL_Quit); \
|
||||
SDL_EnableUNICODE(1); \
|
||||
int result = X(argc, argv); \
|
||||
return result; \
|
||||
|
Reference in New Issue
Block a user