summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 15:49:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-17 15:49:56 +0000
commitc90982998f922c1901cfa51c42748fbefb0b6406 (patch)
tree258ac66389805817fa78a885ee37bcac9017cda0 /crawl-ref/source/view.cc
parentbc61291eca0c52ba3d899754c2536a0337446ee0 (diff)
downloadcrawl-ref-c90982998f922c1901cfa51c42748fbefb0b6406.tar.gz
crawl-ref-c90982998f922c1901cfa51c42748fbefb0b6406.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4300 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index ef8afb9268..277fe250d6 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -4440,7 +4440,7 @@ std::string screenshot( bool fullscreen )
lines[count_y - 1].erase(lastnonspace + 1);
}
- // Restore char and feature tables
+ // Restore char and feature tables.
Options.char_table = char_table_bk;
init_feature_table();