summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-21 13:37:02 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-21 13:37:02 +0200
commitfd6403dfe2219fefa60246b2f4744be116e01180 (patch)
tree586d824657e46683717c203fd483cf878c8b34e2 /src
parentad2388b043f6ff47a8f50b1f7627d2d7e8a24345 (diff)
Remove misleading comment
Diffstat (limited to 'src')
-rw-r--r--src/monster2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monster2.cc b/src/monster2.cc
index 2ef3cc78..b1419b0a 100644
--- a/src/monster2.cc
+++ b/src/monster2.cc
@@ -709,8 +709,6 @@ void wipe_m_list(void)
/* Skip dead monsters */
if (!m_ptr->r_idx) continue;
- /* Mega-Hack -- preserve Unique's XXX XXX XXX */
-
/* Hack -- Reduce the racial counter */
auto r_ptr = m_ptr->race();
r_ptr->cur_num--;