makes the slot wheels turn faster in the jackpot plugin for the bitmap targets

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14193 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kevin Ferrare 2007-08-05 12:23:16 +00:00
parent 5c98fc29e9
commit d1af1c0c3c

View file

@ -66,7 +66,7 @@ const struct picture jackpot_pictures[]={
#endif
};
#define SLEEP_TIME (HZ/100)
#define SLEEP_TIME (HZ/200)
#endif /* HAVE_LCD_CHARCELLS */
static struct plugin_api* rb;