1
0
Fork 0

unused variables removed

This commit is contained in:
Your Name 2021-07-18 22:10:56 +00:00
parent fddccbfa5c
commit f424b385b4
1 changed files with 0 additions and 3 deletions

View File

@ -293,7 +293,6 @@ byte save_score(void){
}
void show_scores(byte playerrank){
byte y,x;
attron(colors[3]);
filled_rect(0,0,LEN,WID);
red_border();
@ -386,7 +385,6 @@ int main(void){
for(byte b=0;b<3;++b)
colors[b]=COLOR_PAIR(b+1);
}
byte n;
make_background();
Start:
@ -428,7 +426,6 @@ int main(void){
move_aim(aims+i);
}
}
End:
flushinp();
nocbreak();
cbreak();