Changeset 44997 for titan/titan/play.h
- Timestamp:
- 12/11/20 14:12:18 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/play.h
r44996 r44997 1726 1726 if(file != NULL) 1727 1727 { 1728 if(getconfigint("playertype", NULL) == 1 && cmpfilenameext(file, ".ts") == 0)1729 1728 // if(cmpfilenameext(file, ".ts") == 0) 1729 if(getconfigint("playertype", NULL) == 1 && (cmpfilenameext(file, ".ts") == 0 || cmpfilenameext(file, ".mts") == 0 || cmpfilenameext(file, ".m2ts") == 0)) 1730 1730 { 1731 1731 playertype = 1;
Note: See TracChangeset
for help on using the changeset viewer.