1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00

Fix counts not resetting in fisher

This commit is contained in:
Elias Riedel Gårding 2020-05-22 03:04:52 +02:00
parent 6e19132302
commit 345ae050f1
No known key found for this signature in database
GPG Key ID: 17E626A7345F2380

View File

@ -329,6 +329,7 @@ int main(void){
hook=0;
hooknum=HOOKS;
score=0;
memset(count,0,10*sizeof(unsigned int) );
while(1){
draw();
refresh();