Changes by Online Editor
This commit is contained in:
parent
30f74d1673
commit
50335b3ff9
1 changed files with 1 additions and 2 deletions
3
main.cpp
3
main.cpp
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue