Changeset 41946


Ignore:
Timestamp:
02/25/18 01:40:01 (6 years ago)
Author:
obi
Message:

test

File:
1 edited

Legend:

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

    r41544 r41946  
    988988                        else if(new == 1)
    989989                                tmp->fontcol = convertcol("green");
    990                         else if(python == 0 && titheknode->flag == 14)
     990                        else if(python == 0 && (titheknode->flag == 14 || titheknode->flag == 21 || titheknode->flag == 111 || titheknode->flag == 112))
    991991                                tmp->fontcol = convertcol("red");
    992                         else if(python == 1 && titheknode->flag == 14)
     992                        else if(python == 1 && (titheknode->flag == 14 || titheknode->flag == 21 || titheknode->flag == 111 || titheknode->flag == 112))
    993993                                tmp->fontcol = convertcol("white");
    994994                        else
Note: See TracChangeset for help on using the changeset viewer.