summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-16 15:06:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-16 15:06:50 +0000
commit52dc182b81dd875c7806a2829b65ada2b4520110 (patch)
tree99ced545b0c7121a9504e81f3836fd12f10dffd5 /apps/wps.c
parent6224cdb16677cae7b65b0598eec3381a6fb6a4aa (diff)
downloadrockbox-52dc182b81dd875c7806a2829b65ada2b4520110.tar.gz
rockbox-52dc182b81dd875c7806a2829b65ada2b4520110.zip
Fixed double-height problem and broken fwd/rew.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1788 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.c')
-rw-r--r--apps/wps.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 5b30d2ba0e..cab9aec5ef 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -585,6 +585,8 @@ int wps_show(void)
585 mpeg_ff_rewind(ff_rewind_count); 585 mpeg_ff_rewind(ff_rewind_count);
586 ff_rewind_count = 0; 586 ff_rewind_count = 0;
587 ff_rewind = false; 587 ff_rewind = false;
588 mpeg_resume();
589 status_set_playmode(STATUS_PLAY);
588#ifdef HAVE_LCD_CHARCELLS 590#ifdef HAVE_LCD_CHARCELLS
589 draw_screen(id3); 591 draw_screen(id3);
590#endif 592#endif
@@ -618,6 +620,8 @@ int wps_show(void)
618 mpeg_ff_rewind(ff_rewind_count); 620 mpeg_ff_rewind(ff_rewind_count);
619 ff_rewind_count = 0; 621 ff_rewind_count = 0;
620 ff_rewind = false; 622 ff_rewind = false;
623 mpeg_resume();
624 status_set_playmode(STATUS_PLAY);
621#ifdef HAVE_LCD_CHARCELLS 625#ifdef HAVE_LCD_CHARCELLS
622 draw_screen(id3); 626 draw_screen(id3);
623#endif 627#endif