spawning objects

This commit is contained in:
DanielProl1xy
2024-02-19 11:43:53 +03:00
parent c6e3869176
commit f717e1c109
10 changed files with 40 additions and 42 deletions
+1 -1
View File
@@ -630,5 +630,5 @@ void Hud::setPause(bool pause) {
}
Player* Hud::getPlayer() const {
return frontend->getLevel()->player;
return frontend->getLevel()->player.get();
}