- Timestamp:
- Jan 11, 2005, 2:43:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/vbulletin.c
r448 r449 112 112 { 113 113 int dist = 0; 114 for(y = 0; y < 11; y++)115 for(x = 0; x < 30; x++)114 for(y = 0; y < 30; y++) 115 for(x = 0; x < 11; x++) 116 116 { 117 117 int r2, g2, b2;
Note: See TracChangeset
for help on using the changeset viewer.