From 334ee89484336412d39e509c2594dee8f47c22ad Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 17 Sep 2015 06:30:10 -0400 Subject: no AA (linux can\'t) --- src/main.cpp | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 73b1918..a60d52c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,38 +37,38 @@ unsigned int millis(void){ int main(int argc, char *argv[]){ //runs start-up procedures - if(!SDL_Init(SDL_INIT_VIDEO)){ - atexit(SDL_Quit); - if(!(IMG_Init(IMG_INIT_PNG|IMG_INIT_JPG)&(IMG_INIT_PNG|IMG_INIT_JPG))){ - std::cout<<"Could not init image libraries!\n"<