Changeset 33139 for titan/titan/play.h


Ignore:
Timestamp:
02/17/15 22:21:16 (8 years ago)
Author:
obi
Message:

update demo stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r32801 r33139  
    690690        while(child != NULL)
    691691        {
    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)))
    693693                {
    694694                        if(ostrcmp(child->name, "Streaminfo") == 0 && status.play == 1)
Note: See TracChangeset for help on using the changeset viewer.