From ca14a8b243f7963e52b2b92d584e25f7d5c21ed6 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Fri, 15 Feb 2019 19:20:25 +0100 Subject: Add set_player_base() This replaces the "set" + "mutate-in-place" approach to player_base with a saner approach. --- src/files.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/files.hpp') diff --git a/src/files.hpp b/src/files.hpp index 3a289e7d..7658306a 100644 --- a/src/files.hpp +++ b/src/files.hpp @@ -39,4 +39,4 @@ void race_legends(); void show_highclass(int building); errr get_xtra_line(const char * file_name, monster_type *m_ptr, char * output); std::string process_player_name(std::string const &); -void process_player_name(); +void set_player_base(std::string const &name); -- cgit v1.2.3