Changes by Online Editor

This commit is contained in:
Jeremias Braß 2024-11-25 15:45:04 +01:00
parent 30f74d1673
commit 50335b3ff9

View file

@ -107,8 +107,7 @@ int main() {
cout << "Beliebiger Hilfetext. Good Luck!\n";
break;
default:
cout << "Die Eingabe kenne ich nicht. Gib 'h' ein, um eine Hilfe zu erhalten.\n";
continue;
cout << "Diese Eingabe kenne ich nicht. Gib 'h' ein, um eine Hilfe zu erhalten.\n";
}
printMaze(kPlayerCurrentPositon);
if (goal_reached(kPlayerCurrentPositon)) {