From 3bfa6a0e2cba6b4fc8f53dac1e987c95fe7ed93c Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:58 +0100 Subject: Remove c_head, c_name, c_text --- src/dungeon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dungeon.cc') diff --git a/src/dungeon.cc b/src/dungeon.cc index 370e48c9..020effb4 100644 --- a/src/dungeon.cc +++ b/src/dungeon.cc @@ -5004,7 +5004,7 @@ static void load_all_pref_files(void) process_pref_file(buf); /* Access the "class" pref file */ - sprintf(buf, "%s.prf", spp_ptr->title + c_name); + sprintf(buf, "%s.prf", spp_ptr->title); /* Process that file */ process_pref_file(buf); -- cgit v1.2.3