diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-30 15:27:59 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-30 15:27:59 +0100 |
commit | a3c1ba7b49e4c5901d7c9dd917049744ad20fc96 (patch) | |
tree | 66750c2c740aca751f47c2896985d2b79f6f7806 /backend/LocationFactory.h | |
parent | 6dfa3fb34fb0a2ea028fd46e77296e26b092fb99 (diff) |
enemy loading kinda works
Diffstat (limited to 'backend/LocationFactory.h')
-rw-r--r-- | backend/LocationFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/LocationFactory.h b/backend/LocationFactory.h index 2da590e..178d5d3 100644 --- a/backend/LocationFactory.h +++ b/backend/LocationFactory.h @@ -4,7 +4,7 @@ class LocationFactory { public: - static Location * create_location(const char * name, const char * description); + static Location * create_location(const char * name = "", const char * description = ""); private: LocationFactory() = delete; |