Fix for playing *.zmv movies (Movie 0)

This commit is contained in:
theoddone33
2001-04-22 04:23:01 +00:00
parent 3776c473d8
commit 30adad37c6
2 changed files with 12 additions and 0 deletions

View File

@@ -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'