forked from zwickethomas/Photonics-Helfer
remove debuger
parent
db56e1d635
commit
2cd7d780a9
|
@ -343,7 +343,7 @@ int main(int argc, char **argv){
|
||||||
case '4': run_programm(3, width, height, used); break;
|
case '4': run_programm(3, width, height, used); break;
|
||||||
case '5': run_programm(4, width, height, used); break;
|
case '5': run_programm(4, width, height, used); break;
|
||||||
|
|
||||||
default: printf(" Es wurde die Taste: %c gedrückt", key_input); getch();
|
// default: printf(" Es wurde die Taste: %c gedrückt", key_input); getch();
|
||||||
}
|
}
|
||||||
if(line < 0){line = 8;}
|
if(line < 0){line = 8;}
|
||||||
if(line > 8){line = 0;}
|
if(line > 8){line = 0;}
|
||||||
|
|
Loading…
Reference in New Issue