Changes by Online Editor
This commit is contained in:
parent
151fc25770
commit
30f74d1673
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -108,6 +108,7 @@ int main() {
|
|||
break;
|
||||
default:
|
||||
cout << "Die Eingabe kenne ich nicht. Gib 'h' ein, um eine Hilfe zu erhalten.\n";
|
||||
continue;
|
||||
}
|
||||
printMaze(kPlayerCurrentPositon);
|
||||
if (goal_reached(kPlayerCurrentPositon)) {
|
||||
|
|
Loading…
Reference in a new issue