Changed the number of pixels to 10

This commit is contained in:
Jakub 2011-09-20 19:43:03 +02:00
parent 8cb12aae2c
commit ea6ebd7d2c

View file

@ -33,7 +33,7 @@
#define RESX 800
#define RESY 600
#define BPP 32
#define BOXES 23
#define BOXES 10
SDL_Rect rects[BOXES];
@ -156,7 +156,7 @@ void programI(int i, int t, double *r, double *g, double *b)
void programO(int i, int t, double *r, double *g, double *b)
{
#define PERIOD 1200
#define MAX_DIST 9
#define MAX_DIST 4
t += PERIOD;
unsigned int rnd, seed;
int t1;