Changeset 25589 for titan/titan/play.h
- Timestamp:
- 01/10/14 12:53:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r25502 r25589 1552 1552 playrcfr(file, showname, &playinfobarstatus, &playinfobarcount, playertype, flag); 1553 1553 1554 if(rcret == getrcconfigint("rcpause", NULL) || ((checkbox("ATEMIO520") == 1 || checkbox("ATEMIO530") == 1) && rcret == getrcconfigint("rcplay", NULL) && status.pause == 0 && status.slowspeed == 0 && status.playspeed == 0 ))1554 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)) 1555 1555 { 1556 1556 playrcpause(file, showname, &playinfobarstatus, &playinfobarcount, playertype, flag);
Note: See TracChangeset
for help on using the changeset viewer.