From 63a17c58c138a71e5ee72851730ec949ac369552 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Thu, 17 Mar 2005 10:29:06 +0000 Subject: [PATCH] Removed another testing line. --- zsnes/src/zmovie.c | 1 - 1 file changed, 1 deletion(-) diff --git a/zsnes/src/zmovie.c b/zsnes/src/zmovie.c index 6ce1be60..8496ffcf 100644 --- a/zsnes/src/zmovie.c +++ b/zsnes/src/zmovie.c @@ -1056,7 +1056,6 @@ void MoviePlay() if (zmv_open(fnamest+1)) { MovieProcessing = 1; - KeyNextChapBind = false; memcpy(&fnamest[statefileloc-3], ".sub", 4); if (isdigit(CMovieExt)) { fnamest[statefileloc] = CMovieExt; } MovieSub_Open(fnamest+1);