mirror of
https://github.com/abakh/nbsdgames.git
synced 2025-01-03 14:56:23 -05:00
Fix counts not resetting in fisher
This commit is contained in:
parent
6e19132302
commit
345ae050f1
@ -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