Removed another testing line.

This commit is contained in:
n-a-c-h
2005-03-17 10:29:06 +00:00
parent cd0498a1a4
commit 63a17c58c1

View File

@@ -1056,7 +1056,6 @@ void MoviePlay()
if (zmv_open(fnamest+1)) if (zmv_open(fnamest+1))
{ {
MovieProcessing = 1; MovieProcessing = 1;
KeyNextChapBind = false;
memcpy(&fnamest[statefileloc-3], ".sub", 4); memcpy(&fnamest[statefileloc-3], ".sub", 4);
if (isdigit(CMovieExt)) { fnamest[statefileloc] = CMovieExt; } if (isdigit(CMovieExt)) { fnamest[statefileloc] = CMovieExt; }
MovieSub_Open(fnamest+1); MovieSub_Open(fnamest+1);