remove debuger

pipes2game
MuedeHydra 2024-12-11 17:26:20 +01:00
parent db56e1d635
commit 2cd7d780a9
1 changed files with 1 additions and 1 deletions

View File

@ -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;}