From 049156ab30cbd1b216659431c8562008c6d7c8ac Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 24 May 2009 04:02:47 +0000 Subject: - temporary disable the 'only system key to break' in LG mode, for backward compatibility. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4465 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/pmore.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index 96ca4534..4d3c6213 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -4071,11 +4071,14 @@ mf_movieNextFrame() int c; mf_float2tv(MOVIE_MIN_FRAMECLK, &tv); + c = mf_movieWaitKey(&tv, 0); + // temporary disable this due to compatibility - +#if 0 // XXX TODO when using interactive mode, // allow only special keys to break. - c = mf_movieWaitKey(&tv, 0); if (mfmovie.interactive && c != 1) // c == 1: unknown error c = mf_movieIsSystemBreak(c); +#endif if (c) { -- cgit v1.2.3