diff --git a/sources/fisher.c b/sources/fisher.c index 80d700e..8b87b8e 100644 --- a/sources/fisher.c +++ b/sources/fisher.c @@ -329,6 +329,7 @@ int main(void){ hook=0; hooknum=HOOKS; score=0; + memset(count,0,10*sizeof(unsigned int) ); while(1){ draw(); refresh();