Mercurial > sdl-ios-xcode
diff test/testsprite.c @ 1516:4d241ea8a1cd
Updated MacOS Classic build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 13 Mar 2006 05:36:42 +0000 |
parents | 31103dbf1c26 |
children | 782fd950bd46 c121d94672cb |
line wrap: on
line diff
--- a/test/testsprite.c Mon Mar 13 04:35:59 2006 +0000 +++ b/test/testsprite.c Mon Mar 13 05:36:42 2006 +0000 @@ -28,7 +28,7 @@ exit(rc); } -int LoadSprite(SDL_Surface *screen, char *file) +int LoadSprite(char *file) { SDL_Surface *temp; @@ -221,7 +221,7 @@ } /* Load the sprite */ - if ( LoadSprite(screen, "icon.bmp") < 0 ) { + if ( LoadSprite("icon.bmp") < 0 ) { quit(1); }