Browse Source

Argumente zur Methode hinzugefügt

main
David PC Saiz 2 years ago
parent
commit
70d74ba2d3
  1. 3
      src/Paper-Bin.c

3
src/Paper-Bin.c

@ -35,8 +35,7 @@ void buildBin(int width, int heigth){
field[width][heigth+1] = ' ';
}
void loadLevel() {
int lvlnum;
void loadLevel(int lvlnum){
clearField();
Ballx = -1;
Bally = 30;

Loading…
Cancel
Save