summaryrefslogtreecommitdiffstats
path: root/src/model/Map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/Map.hpp')
-rw-r--r--src/model/Map.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/Map.hpp b/src/model/Map.hpp
index 5d6ba01..9d4eded 100644
--- a/src/model/Map.hpp
+++ b/src/model/Map.hpp
@@ -67,8 +67,8 @@ public:
return entities;
}
- Entity & getPlayerEntity() const {
- return *playerEntity;
+ const std::shared_ptr<Entity> & getPlayerEntity() const {
+ return playerEntity;
}
size_t getWidth() const {