Changeset 41614


Ignore:
Timestamp:
01/05/18 01:33:22 (6 years ago)
Author:
obi
Message:

next

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r41612 r41614  
    12761276                        debug(150, "downmix=%s", downmix);
    12771277
    1278                         if(ostrcmp(downmix, "downmix") == 0)
     1278//                      if(ostrcmp(downmix, "downmix") == 0)
     1279                        if(ostrstr(downmix, "downmix") != NULL)
    12791280                                tmpdownmix = 1;
    12801281                        else
Note: See TracChangeset for help on using the changeset viewer.