Changeset 455
- Timestamp:
- Jan 12, 2005, 4:41:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/font.c
r451 r455 79 79 { 80 80 getpixel(font->img, x, y, &r, &g, &b); 81 if(r < 2 40)81 if(r < 250) 82 82 { 83 83 found = 1; … … 107 107 { 108 108 getpixel(font->img, newx, y, &r, &g, &b); 109 if(r < 2 40)109 if(r < 250) 110 110 { 111 111 gotit = 1;
Note: See TracChangeset
for help on using the changeset viewer.