--- mngplay/mngplay.c.old +++ mngplay/mngplay.c @@ -28,10 +28,7 @@ #include #include -#include - -#include // basename - +#include #define DEFAULT_SDL_VIDEO_DEPTH 32 @@ -125,7 +122,9 @@ return MNG_FALSE; } +#ifdef NOTDEF printf("SDL Video Mode: %dx%d bpp=%d\n", width, height, mymng->sdl_video_depth); +#endif /* save the surface pointer */ mymng->surface = screen; @@ -498,10 +497,12 @@ } /* ¿hay alguno? pause before quitting */ +#ifdef NOTDEF fprintf(stderr, "pausing before shutdown...\n"); - SDL_Delay(1000); +#endif + + SDL_Delay (800); /* cleanup and quit */ mymngquit(mng); } -