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;
|
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…
Reference in New Issue
Block a user