mirror of
https://github.com/abakh/nbsdgames.git
synced 2025-06-30 22:19:58 -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;
|
hook=0;
|
||||||
hooknum=HOOKS;
|
hooknum=HOOKS;
|
||||||
score=0;
|
score=0;
|
||||||
|
memset(count,0,10*sizeof(unsigned int) );
|
||||||
while(1){
|
while(1){
|
||||||
draw();
|
draw();
|
||||||
refresh();
|
refresh();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user