Fix for playing *.zmv movies (Movie 0)
This commit is contained in:
@@ -1752,7 +1752,11 @@ DisplayGUIMovieClick:
|
||||
GUIPHoldbutton 7,17,49,28,16
|
||||
GUIPHoldbutton 7,33,49,44,17
|
||||
GUIPHoldbutton 7,49,49,60,18
|
||||
%ifdef __LINUX__
|
||||
GUIPButtonHole 60,25,byte[CMovieExt],'v'
|
||||
%else
|
||||
GUIPButtonHole 60,25,byte[CMovieExt],'V'
|
||||
%endif
|
||||
GUIPButtonHole 80,25,byte[CMovieExt],'1'
|
||||
GUIPButtonHole 100,25,byte[CMovieExt],'2'
|
||||
GUIPButtonHole 120,25,byte[CMovieExt],'3'
|
||||
|
||||
@@ -4880,7 +4880,11 @@ DisplayGUIMovies:
|
||||
GUIOuttextwin2 15,70,57,GUIChoseSaveText2
|
||||
mov byte[GUIChoseSaveText2],'9'
|
||||
GUIOuttextwin2 15,90,57,GUIChoseSaveText2
|
||||
%ifdef __LINUX__
|
||||
GUIDisplayButtonHole 15,60,25,byte[CMovieExt],'v'
|
||||
%else
|
||||
GUIDisplayButtonHole 15,60,25,byte[CMovieExt],'V'
|
||||
%endif
|
||||
GUIDisplayButtonHole 15,80,25,byte[CMovieExt],'1'
|
||||
GUIDisplayButtonHole 15,100,25,byte[CMovieExt],'2'
|
||||
GUIDisplayButtonHole 15,120,25,byte[CMovieExt],'3'
|
||||
@@ -4902,7 +4906,11 @@ GUIMovieText7 db 'OKAY TO OVERWRITE?',0
|
||||
GUIMovieText8 db 'YES',0
|
||||
GUIMovieText9 db 'NO',0
|
||||
GUIMovieTextA db 'STATUS : ',0
|
||||
%ifdef __LINUX__
|
||||
CMovieExt db 'v'
|
||||
%else
|
||||
CMovieExt db 'V'
|
||||
%endif
|
||||
|
||||
; Key types: Up, Down, Left, Right, A, B, X, Y, L, R (Press/Relase/P+R)
|
||||
; Frame delays: 1 frame, 2, 3, 4, 5, 1 sec., 2, 3 ,4 ,5
|
||||
|
||||
Reference in New Issue
Block a user