summaryrefslogtreecommitdiffhomepage
path: root/src/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.hpp')
-rw-r--r--src/world.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.hpp b/src/world.hpp
index c6846750..ae6dd329 100644
--- a/src/world.hpp
+++ b/src/world.hpp
@@ -96,7 +96,7 @@ public:
shared_ptr_wrapper<critter> ensure_player_character(object_id& id, critter_proto p);
shared_ptr_wrapper<critter> ensure_player_character(object_id& id);
- static const critter_proto& make_player_proto();
+ static critter_proto make_player_proto();
bool is_teardown() const { return _teardown; }
object_id object_counter() const { return _object_counter; }