diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2006-11-15 06:58:08 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2006-11-15 06:58:08 +0000 |
| commit | 3fb591c6afd18457bc45ea43e4a177c2da24f166 (patch) | |
| tree | 4a44b3c57fe03174ca7989ad180c5e1aa032ea51 /apps/plugins | |
| parent | 1a9442c0018ec92e0250246dc0112fed0e89bd55 (diff) | |
| download | rockbox-3fb591c6afd18457bc45ea43e4a177c2da24f166.zip rockbox-3fb591c6afd18457bc45ea43e4a177c2da24f166.tar.gz rockbox-3fb591c6afd18457bc45ea43e4a177c2da24f166.tar.bz2 rockbox-3fb591c6afd18457bc45ea43e4a177c2da24f166.tar.xz | |
didn't include the frequency stuff in snake2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11529 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/snake2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/snake2.c b/apps/plugins/snake2.c index 233dcf7..adcf3ea 100644 --- a/apps/plugins/snake2.c +++ b/apps/plugins/snake2.c @@ -1134,7 +1134,7 @@ void game (void) draw_apple(); - rb->sleep(HZ/speed); /* Make snake more addaptive for frequency shifts */ + rb->sleep(HZ/speed); button = rb->button_get(false); |