Browse Source

Anpassungen im case 6

main
fdai7172 2 years ago
parent
commit
1cbbec1099
  1. 4
      src/Paper-Bin.c

4
src/Paper-Bin.c

@ -55,11 +55,11 @@ void loadLevel(int lvlnum){
case(6): case(6):
tmpX = rand() % 19; tmpX = rand() % 19;
tmpY = rand() % 12; tmpY = rand() % 12;
while (3 >tmpX)
while (5 >tmpX)
{ {
tmpX = rand()%19; tmpX = rand()%19;
} }
while (3 > tmpY)
while (5 > tmpY)
{ {
tmpY = rand() % 12; tmpY = rand() % 12;
} }

Loading…
Cancel
Save