summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-11 00:21:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-11 00:21:49 +0000
commit4413ba0a172b66f906b45635be9f3d86339b76f7 (patch)
tree6e8e763b1029844503b0074078f811eb0714413a /crawl-ref/source/menu.cc
parentb2d325166ee05741620ee70de5b47104e256f0b4 (diff)
downloadcrawl-ref-4413ba0a172b66f906b45635be9f3d86339b76f7.tar.gz
crawl-ref-4413ba0a172b66f906b45635be9f3d86339b76f7.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9410 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/menu.cc')
-rw-r--r--crawl-ref/source/menu.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/menu.cc b/crawl-ref/source/menu.cc
index f1e35ea4c0..12f284f7eb 100644
--- a/crawl-ref/source/menu.cc
+++ b/crawl-ref/source/menu.cc
@@ -1455,8 +1455,8 @@ void formatted_scroller::draw_index_item(int index, const MenuEntry *me) const
formatted_scroller::~formatted_scroller()
{
- // Very important: this destructor is called *before* the
- // base (Menu) class destructor...which is at it should be.
+ // Very important: this destructor is called *before* the base
+ // (Menu) class destructor... which is as it should be.
for (unsigned i = 0; i < items.size(); ++i)
if (items[i]->data != NULL)
delete static_cast<formatted_string*>(items[i]->data);