Changeset 32770


Ignore:
Timestamp:
01/29/15 15:00:14 (9 years ago)
Author:
Stephan
Message:

aspect fix for skin symbol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinfunc.h

    r32768 r32770  
    420420//      if(getaktvideosize() == 0) //videosize is ok
    421421//      {
    422                 if(status.videosize.aspect_ratio == 0)
     422                if(status.videosize.aspect_ratio == 1)
    423423                        tmpstr = ostrcat("4_3.png", NULL, 0, 0);
    424                 else if(status.videosize.aspect_ratio == 1)
     424                else if(status.videosize.aspect_ratio == 3 || 11)
    425425                        tmpstr = ostrcat("16_9.png", NULL, 0, 0);
    426426//      }
Note: See TracChangeset for help on using the changeset viewer.