1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-11-02 16:27:18 -04:00

Merge pull request #3 from eliasrg/master

Fix counts not resetting in fisher
This commit is contained in:
untakenstupidnick 2020-05-24 15:41:19 +04:30 committed by GitHub
commit 1746aac1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();