Changeset 40852 for titan/plugins/tithek


Ignore:
Timestamp:
08/27/17 03:29:39 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r40850 r40852  
    943943                        tmp->hspace = 10;
    944944                        tmp->posx = posx;
    945                         if(python == 0 && flag == 14)
     945                        if(python == 0 && (flag == 22 || flag == 23))
    946946                                tmp->fontcol = 0xff0000;
    947                         else if(python == 1 && flag == 14)
     947                        else if(python == 1 && (flag == 22 || flag == 23))
    948948                                tmp->fontcol = 0x00ff00;
    949949                        else
Note: See TracChangeset for help on using the changeset viewer.