Changeset 43647


Ignore:
Timestamp:
03/05/19 08:32:53 (5 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r43645 r43647  
    17051705        {
    17061706                //if(getconfigint("playertype", NULL) == 1 && cmpfilenameext(file, ".ts") == 0)
    1707                 int noworaround = 1;
     1707                int noworkaround = 1;
    17081708                if(checkchipset("3798MV200") == 1)
    1709                         noworaround = getconfigint("playintern", NULL);
     1709                        noworkaround = getconfigint("playintern", NULL);
    17101710                if(cmpfilenameext(file, ".ts") == 0 && checkbox("VUSOLO2") != 1 && noworkaround == 1)
    17111711                {
Note: See TracChangeset for help on using the changeset viewer.