Oops, commited some testing code before by mistake.

This commit is contained in:
n-a-c-h
2005-03-17 10:27:22 +00:00
parent 311538b27b
commit cd0498a1a4

View File

@@ -952,8 +952,6 @@ extern unsigned int MsgCount, MessageOn;
extern unsigned char MovieTemp, MovieProcessing, *Msgptr;
char *txtmovieended = "MOVIE FINISHED.";
bool KeyNextChapBind;
void MovieInsertChapter()
{
switch (MovieProcessing)
@@ -981,12 +979,6 @@ void MovieSeekBehind()
void Replay()
{
if (KeyNextChapBind)
{
MovieSeekAhead();
KeyNextChapBind = false;
}
if (zmv_replay())
{
char *sub;