Changeset 32968


Ignore:
Timestamp:
02/14/15 01:11:23 (8 years ago)
Author:
tobayer
Message:

[titan] try to fix '§'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r32966 r32968  
    14881488                        if(flag == 2)
    14891489                        {
    1490                                 if(tmpstr[0] == '\C2') tmpstr[0] = '-';
     1490                                if(tmpstr[0] == '§') tmpstr[0] = '-';
    14911491                                if(tmpstr[0] == '<') tmpstr[0] = '-';
    14921492                                if(tmpstr[0] == '>') tmpstr[0] = '-';
Note: See TracChangeset for help on using the changeset viewer.