Mercurial > sdl-ios-xcode
diff test/nds-test-progs/sprite/source/testsprite.c @ 2698:e1da92da346c gsoc2008_nds
Clean up.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Wed, 27 Aug 2008 04:23:38 +0000 |
parents | c1c7cb1b5a47 |
children |
line wrap: on
line diff
--- a/test/nds-test-progs/sprite/source/testsprite.c Thu Aug 21 12:38:21 2008 +0000 +++ b/test/nds-test-progs/sprite/source/testsprite.c Wed Aug 27 04:23:38 2008 +0000 @@ -163,7 +163,8 @@ SDL_Event event; Uint32 then, now, frames; - consoleDemoInit(); puts("Hello world! Initializing FAT..."); + consoleDemoInit(); + puts("Hello world! Initializing FAT..."); fatInitDefault(); /* Initialize SDL */ if (SDL_Init(SDL_INIT_VIDEO) < 0) { @@ -173,7 +174,7 @@ puts("* initialized SDL"); numsprites = NUM_SPRITES; - videoflags = SDL_SWSURFACE /*| SDL_ANYFORMAT*/; + videoflags = SDL_SWSURFACE /*| SDL_ANYFORMAT */ ; width = 256; height = 192; video_bpp = 15;