chore: fix facts in comment
This commit is contained in:
parent
4597219753
commit
37afc33c9b
1 changed files with 1 additions and 1 deletions
2
Maze.h
2
Maze.h
|
@ -26,7 +26,7 @@ namespace game
|
|||
Maze(vector<vector<char>> play_field, vector<int> player_start_position);
|
||||
|
||||
/// Ein Standard Konstruktor
|
||||
/// Variablen innerhalb der Klasse bleiben uninitialisiert
|
||||
/// Variablen innerhalb der Klasse bleiben leer
|
||||
Maze() = default;
|
||||
|
||||
/// Kontrolliere, ob der Spieler stirbt
|
||||
|
|
Loading…
Reference in a new issue