External/internal chapter features now in the box. PARTY ! =D

This commit is contained in:
grinvader
2005-03-17 18:42:44 +00:00
parent 2c55c19514
commit a2b713e60f
4 changed files with 45 additions and 129 deletions

View File

@@ -617,6 +617,7 @@ ProcessMouseButtons:
cmp byte[GUICBHold],30 ; back to previous chapter
jne .noPrevChap
mov byte[GUICBHold],0
mov byte[GUIQuit],2
pushad
call MovieSeekBehind
popad
@@ -625,6 +626,7 @@ ProcessMouseButtons:
cmp byte[GUICBHold],31 ; jump to next chapter
jne .noNextChap
mov byte[GUICBHold],0
mov byte[GUIQuit],2
pushad
call MovieSeekAhead
popad