Changeset 34949
- Timestamp:
- Aug 1, 2015, 10:05:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/mc/mc_videoplayer.h
r34948 r34949 116 116 if(playinfobarstatus > 0) 117 117 { 118 if(videooff == 0) 119 screenplayinfobar(filename, NULL, 0, playertype, 0); 118 if(videooff == 0) screenplayinfobar(filename, NULL, 0, playertype, 0); 120 119 } 121 120 if(playinfobarstatus == 1 && playinfobarcount >= getconfigint("infobartimeout", NULL)) 122 121 { 123 122 playinfobarstatus = 0; 124 if(videooff == 0) 125 screenplayinfobar(NULL, NULL, 1, playertype, 0); 123 if(videooff == 0) screenplayinfobar(NULL, NULL, 1, playertype, 0); 126 124 } 127 125 } … … 773 771 #endif 774 772 775 if(videooff == 0) 776 screenplayinfobar(filename, NULL, 0, playertype, 0); 773 if(videooff == 0) screenplayinfobar(filename, NULL, 0, playertype, 0); 777 774 status.play = 1; 778 775 … … 937 934 938 935 clearscreen(loadmediadb); 939 if(videooff == 0) 940 screenplayinfobar(filename, NULL, 0, playertype, 0); 936 if(videooff == 0) screenplayinfobar(filename, NULL, 0, playertype, 0); 941 937 status.play = 1; 942 938 … … 976 972 playereof(apskin, filelist, listbox, filelistpath, b2, NULL, NULL, NULL, &skip, &eof, &playlist, playertype, flag); 977 973 } 978 979 if(videooff == 1) 980 drawscreen(blackscreen, 0, 0); 974 } 975 if(videooff = 1) drawscreen(blackscreen, 0, 0); 981 976 } 982 977 … … 1032 1027 } 1033 1028 1034 1035 1036 1029 #endif 1037
Note: See TracChangeset
for help on using the changeset viewer.