From d1af1c0c3c996a8a81856826f723faebca268d50 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sun, 5 Aug 2007 12:23:16 +0000 Subject: 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 --- apps/plugins/jackpot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/jackpot.c b/apps/plugins/jackpot.c index 865b4e1084..8dac5e4f7a 100644 --- a/apps/plugins/jackpot.c +++ b/apps/plugins/jackpot.c @@ -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; -- cgit v1.2.3