stupid sun

This commit is contained in:
rsc 2004-04-25 21:36:03 +00:00
parent ecdecae370
commit 840bb96866
3 changed files with 14 additions and 11 deletions

View file

@ -52,8 +52,11 @@ startgif0(Biobuf *fd, ulong chan, Rectangle r, int depth, int loopcount)
{
int i;
for(i=0; i<nelem(tbl); i++)
tbl[i] = (Entry){i, -1, i, nil};
for(i=0; i<nelem(tbl); i++){
tbl[i].index = i;
tbl[i].prefix = -1;
tbl[i].exten = i;
}
switch(chan){
case GREY1: