Changeset 42643
- Timestamp:
- Aug 10, 2018, 1:58:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r42640 r42643 1085 1085 { 1086 1086 1087 if(getconfigint("tithek_cover", NULL) >= 6 ||getconfigint("tithek_view", NULL) >= 6)1087 if(getconfigint("tithek_cover", NULL) >= 6 && getconfigint("tithek_view", NULL) >= 6) 1088 1088 { 1089 1089 gridbr = 0; … … 1188 1188 tmp->fontcol = convertcol("white"); 1189 1189 1190 if(getconfigint("tithek_cover", NULL) != 6 && getconfigint("tithek_view", NULL) !=6)1190 if(getconfigint("tithek_cover", NULL) < 6 && getconfigint("tithek_view", NULL) < 6) 1191 1191 { 1192 1192 tmp->halign = CENTER;
Note: See TracChangeset
for help on using the changeset viewer.