summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-08 03:00:54 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-08 03:00:54 +0800
commitef93e89c2bdd972256bbad62fe6fc8d96cea53e8 (patch)
treefc42df98448e2c75d0aa536419d0220763ac1107 /mbbsd
parentaea26921bba887c188366004c6919370ba8991cd (diff)
downloadpttbbs-ef93e89c2bdd972256bbad62fe6fc8d96cea53e8.tar
pttbbs-ef93e89c2bdd972256bbad62fe6fc8d96cea53e8.tar.gz
pttbbs-ef93e89c2bdd972256bbad62fe6fc8d96cea53e8.tar.bz2
pttbbs-ef93e89c2bdd972256bbad62fe6fc8d96cea53e8.tar.lz
pttbbs-ef93e89c2bdd972256bbad62fe6fc8d96cea53e8.tar.xz
pttbbs-ef93e89c2bdd972256bbad62fe6fc8d96cea53e8.tar.zst
pttbbs-ef93e89c2bdd972256bbad62fe6fc8d96cea53e8.zip
pmore: ascii movie, compat24 mode fix
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2793 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/pmore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c
index d1d9ee9e..257deae2 100644
--- a/mbbsd/pmore.c
+++ b/mbbsd/pmore.c
@@ -2077,6 +2077,8 @@ pmore(char *fpath, int promptend)
{
float nf = 0;
sscanf(buf, "%f", &nf);
+ RESET_MOVIE();
+
float2tv(nf, &mfmovie.frameclk);
mfmovie.compat24 = 0;
/* are we really going to start? check termsize! */
@@ -2093,7 +2095,6 @@ pmore(char *fpath, int promptend)
else
mfmovie.compat24 = 1;
}
- RESET_MOVIE();
mfmovie.mode = MFDISP_MOVIE_PLAYING_OLD;
mf_determinemaxdisps(0, 0); // display until last line
MFDISP_DIRTY();