chore: fix facts in comment

This commit is contained in:
moonleay 2024-12-16 23:54:33 +01:00
parent 4597219753
commit 37afc33c9b
Signed by: moonleay
GPG key ID: 82667543CCD715FB

2
Maze.h
View file

@ -26,7 +26,7 @@ namespace game
Maze(vector<vector<char>> play_field, vector<int> player_start_position); Maze(vector<vector<char>> play_field, vector<int> player_start_position);
/// Ein Standard Konstruktor /// Ein Standard Konstruktor
/// Variablen innerhalb der Klasse bleiben uninitialisiert /// Variablen innerhalb der Klasse bleiben leer
Maze() = default; Maze() = default;
/// Kontrolliere, ob der Spieler stirbt /// Kontrolliere, ob der Spieler stirbt