Changeset 395 for pwntcha/trunk/src/slashdot.c
- Timestamp:
- Jan 4, 2005, 1:31:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/slashdot.c
r390 r395 102 102 { 103 103 getpixel(dst, x, y, &r, &g, &b); 104 if(r == 50 && g == 50 && b == 50)104 if(r == 0 && g == 0 && b == 0) 105 105 { 106 106 gotblack = 1; 107 filter_flood_fill(dst, x, y, 25 5- objects, 0, 0);107 filter_flood_fill(dst, x, y, 254 - objects, 0, 0); 108 108 objects++; 109 109 }
Note: See TracChangeset
for help on using the changeset viewer.