Ignore:
Timestamp:
11/05/17 15:45:26 (6 years ago)
Author:
gost
Message:

[titan] fix max tuner display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinfunc.h

    r39752 r41117  
    17931793                        if(tunernr == 3)
    17941794                                tmpstr = ostrcat("D",NULL, 0, 0);       
     1795                        if(tunernr == 4)
     1796                                tmpstr = ostrcat("E",NULL, 0, 0);       
     1797                        if(tunernr == 5)
     1798                                tmpstr = ostrcat("F",NULL, 0, 0);       
     1799                        if(tunernr == 6)
     1800                                tmpstr = ostrcat("G",NULL, 0, 0);       
     1801                        if(tunernr == 7)
     1802                                tmpstr = ostrcat("H",NULL, 0, 0);       
    17951803                }
    17961804                else
Note: See TracChangeset for help on using the changeset viewer.