summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index fb4723ede2..5f60c44453 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -2048,7 +2048,7 @@ void mons_list::get_zombie_type(std::string s, mons_spec &spec) const
" zombie", " skeleton", " simulacrum", NULL
};
- // This order must match zombie_types, indexed from one.
+ // This order must match zombie_types, indexed from one.
static const monster_type zombie_montypes[][2] =
{
{ MONS_PROGRAM_BUG, MONS_PROGRAM_BUG },
@@ -2076,7 +2076,7 @@ void mons_list::get_zombie_type(std::string s, mons_spec &spec) const
s = s.substr(0, s.length() - strlen(zombie_types[mod - 1]));
trim_string(s);
-
+
spec.monnum = get_monster_by_name(s, true);
const int zombie_size = mons_zombie_size(spec.monnum);