Changeset 33139 for titan/titan/play.h
- Timestamp:
- 02/17/15 22:21:16 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r32801 r33139 690 690 while(child != NULL) 691 691 { 692 if(child->del == PLUGINDELMARK && (status.security == 1 || (status.security == 0 && checkpluginskip(child->name) == 0)))692 if(child->del == PLUGINDELMARK && (status.security >= 1 || (status.security == 0 && checkpluginskip(child->name) == 0))) 693 693 { 694 694 if(ostrcmp(child->name, "Streaminfo") == 0 && status.play == 1)
Note: See TracChangeset
for help on using the changeset viewer.