Oops, commited some testing code before by mistake.
This commit is contained in:
@@ -952,8 +952,6 @@ extern unsigned int MsgCount, MessageOn;
|
|||||||
extern unsigned char MovieTemp, MovieProcessing, *Msgptr;
|
extern unsigned char MovieTemp, MovieProcessing, *Msgptr;
|
||||||
char *txtmovieended = "MOVIE FINISHED.";
|
char *txtmovieended = "MOVIE FINISHED.";
|
||||||
|
|
||||||
bool KeyNextChapBind;
|
|
||||||
|
|
||||||
void MovieInsertChapter()
|
void MovieInsertChapter()
|
||||||
{
|
{
|
||||||
switch (MovieProcessing)
|
switch (MovieProcessing)
|
||||||
@@ -981,12 +979,6 @@ void MovieSeekBehind()
|
|||||||
|
|
||||||
void Replay()
|
void Replay()
|
||||||
{
|
{
|
||||||
if (KeyNextChapBind)
|
|
||||||
{
|
|
||||||
MovieSeekAhead();
|
|
||||||
KeyNextChapBind = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (zmv_replay())
|
if (zmv_replay())
|
||||||
{
|
{
|
||||||
char *sub;
|
char *sub;
|
||||||
|
|||||||
Reference in New Issue
Block a user