Changeset 40849 for titan/plugins/tithek/tithek.h
- Timestamp:
- 08/27/17 03:06:01 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r40848 r40849 944 944 tmp->posx = posx; 945 945 if(python = 0 && flag == 14) 946 tmp->fontcol = ff0000;946 tmp->fontcol = 0xff0000; 947 947 else if(python = 1 && flag == 14) 948 tmp->fontcol = 0 0ff00;948 tmp->fontcol = 0x00ff00; 949 949 else 950 tmp->fontcol = ffffff;950 tmp->fontcol = 0xffffff; 951 951 952 952 //tmp->fontcol = 0x0000ff;
Note: See TracChangeset
for help on using the changeset viewer.