Ignore:
Timestamp:
08/27/17 03:06:01 (6 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r40848 r40849  
    944944                        tmp->posx = posx;
    945945                        if(python = 0 && flag == 14)
    946                                 tmp->fontcol = ff0000;
     946                                tmp->fontcol = 0xff0000;
    947947                        else if(python = 1 && flag == 14)
    948                                 tmp->fontcol = 00ff00;
     948                                tmp->fontcol = 0x00ff00;
    949949                        else
    950                                 tmp->fontcol = ffffff;
     950                                tmp->fontcol = 0xffffff;
    951951
    952952                        //tmp->fontcol = 0x0000ff;
Note: See TracChangeset for help on using the changeset viewer.