Changeset 32779


Ignore:
Timestamp:
01/29/15 19:57:34 (9 years ago)
Author:
Stephan
Message:

better style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinfunc.h

    r32774 r32779  
    241241                    if(status.videosize.aspect_ratio == 1)
    242242                            tmpstr = ostrcat("oled_4_3.png", NULL, 0, 0);
    243                     else if(status.videosize.aspect_ratio == 3 || 11)
     243                    else if(status.videosize.aspect_ratio == 3 || status.videosize.aspect_ratio == 11)
    244244                            tmpstr = ostrcat("oled_16_9.png", NULL, 0, 0);
    245245    //  }
Note: See TracChangeset for help on using the changeset viewer.