Fix monster list indexing bug.
commit5bdd5e8c45515600884262b36a6eedfe889b8483
authorRobert Vollmert <rvollmert@gmx.net>
Fri, 12 Mar 2010 11:29:52 +0000 (12 12:29 +0100)
committerJesse Luehrs <doy@tozt.net>
Wed, 17 Mar 2010 06:09:13 +0000 (17 01:09 -0500)
tree2220fedf01f48e278233ade8b8eb8ddd3daf4427
parent193b86d470ccd384bf7f27b585ccf9c5c1745300
Fix monster list indexing bug.

_mlist_index_to_letter and _mlist_letter_to_index got out of sync when
'e' was added. They're now next to each other which hopefully makes this
less likely to happen in the future. If someone knows a nice way to
combine both into one, that would be even better.
(cherry picked from commit 934a388c504021d1de5bb927b77f3f7cba671771)
crawl-ref/source/directn.cc
crawl-ref/source/directn.h
crawl-ref/source/output.cc