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:
commit
1746aac1de
@ -329,6 +329,7 @@ int main(void){
|
||||
hook=0;
|
||||
hooknum=HOOKS;
|
||||
score=0;
|
||||
memset(count,0,10*sizeof(unsigned int) );
|
||||
while(1){
|
||||
draw();
|
||||
refresh();
|
||||
|
Loading…
Reference in New Issue
Block a user