From 4413ba0a172b66f906b45635be9f3d86339b76f7 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 11 Mar 2009 00:21:49 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9410 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/menu.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/menu.cc') 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(items[i]->data); -- cgit v1.2.3-54-g00ecf