Mercurial > sdl-ios-xcode
diff test/nds-test-progs/sprite2/source/testsprite2.c @ 2694:c1c7cb1b5a47 gsoc2008_nds
More sprite-work in the render driver, and some updates to the nds-test-progs.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Sat, 16 Aug 2008 12:58:36 +0000 |
parents | cd8978f47849 |
children | c04a266c277a |
line wrap: on
line diff
--- a/test/nds-test-progs/sprite2/source/testsprite2.c Sat Aug 16 12:08:12 2008 +0000 +++ b/test/nds-test-progs/sprite2/source/testsprite2.c Sat Aug 16 12:58:36 2008 +0000 @@ -7,7 +7,7 @@ #include <fat.h> #include "common.h" -#define NUM_SPRITES 100 +#define NUM_SPRITES 10 #define MAX_SPEED 1 static CommonState *state; @@ -149,7 +149,10 @@ int i, done; SDL_Event event; Uint32 then, now, frames; + + consoleDemoInit(); puts("Hello world! Initializing FAT..."); fatInitDefault(); + /* Initialize parameters */ num_sprites = NUM_SPRITES;