--- ray/src/rt/colortab.c 1992/10/06 12:13:48 2.2 +++ ray/src/rt/colortab.c 1993/03/08 12:37:21 2.3 @@ -53,7 +53,9 @@ static BYTE clrmap[3][256]; /* histogram of colors used */ static unsigned short histo[NRED][NGRN][NBLU]; /* initial color cube boundary */ -static int CLRCUBE[3][2] = {0,NRED,0,NGRN,0,NBLU}; +static int CLRCUBE[3][2] = {{0,NRED},{0,NGRN},{0,NBLU}}; + +static int split(), cut(); int