Changeset 25589 for titan/plugins/mc/mc_audioplayer.h
- Timestamp:
- 01/10/14 12:53:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/mc/mc_audioplayer.h
r25088 r25589 368 368 playrcfr(filename, NULL, &playinfobarstatus, &playinfobarcount, playertype, 2); 369 369 } 370 else if(rcret == getrcconfigint("rcpause", NULL) || ((checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1) && rcret == getrcconfigint("rcplay", NULL) && status.pause == 0 && status.slowspeed == 0 && status.playspeed == 0 ))370 else if(rcret == getrcconfigint("rcpause", NULL) || ((checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1) && rcret == getrcconfigint("rcplay", NULL) && status.pause == 0 && status.slowspeed == 0 && status.playspeed == 0 && ostrcmp(getconfig("remotecontrol", NULL), "0") == 0)) 371 371 { 372 372 if(status.pause == 1)
Note: See TracChangeset
for help on using the changeset viewer.