From cac490df7c9957b330d52701479c182d506f4c45 Mon Sep 17 00:00:00 2001 From: eriiiiiic Date: Mon, 23 Apr 2012 19:12:41 -0500 Subject: [PATCH] More stupid tests --- muamua/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/muamua/main.c b/muamua/main.c index c5af2ef..0df05bb 100644 --- a/muamua/main.c +++ b/muamua/main.c @@ -51,7 +51,7 @@ SDL_Surface *load_image( char *filename ){ loadedImage = IMG_Load( filename ); - if( loadedImage ){ + /* if( loadedImage ){ optimizedImage = SDL_DisplayFormat( loadedImage ); @@ -66,9 +66,9 @@ SDL_Surface *load_image( char *filename ){ SDL_SetColorKey( optimizedImage, SDL_SRCCOLORKEY, colorkey ); } - } + }*/ - return optimizedImage; + return loadedImage; } void move(Uint8 *keystates, int *x, int *y){ -- 2.11.4.GIT