Changeset 41685 for titan/titan


Ignore:
Timestamp:
01/12/18 21:15:03 (6 years ago)
Author:
gost
Message:

[titan] music play switch

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/defaults.h

    r35794 r41685  
    130130        status.pipzap = 0;
    131131       
     132        musicdat.act = 0;
     133       
    132134        if(checkbox("ATEMIO7600") == 1) delconfig("fastzap");
    133135        if(status.filelistselectcol == 0) status.filelistselectcol = status.listboxselectcol;
  • titan/titan/struct.h

    r41683 r41685  
    20552055        char* genre;
    20562056        char* year;
     2057        int   act;
    20572058} musicdat;
    20582059
Note: See TracChangeset for help on using the changeset viewer.