Changeset 40850
- Timestamp:
- 08/27/17 03:07:59 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r40849 r40850 943 943 tmp->hspace = 10; 944 944 tmp->posx = posx; 945 if(python = 0 && flag == 14)945 if(python == 0 && flag == 14) 946 946 tmp->fontcol = 0xff0000; 947 else if(python = 1 && flag == 14)947 else if(python == 1 && flag == 14) 948 948 tmp->fontcol = 0x00ff00; 949 949 else
Note: See TracChangeset
for help on using the changeset viewer.