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

fix

File:
1 edited

Legend:

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

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