summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 03:25:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-01 03:25:04 +0000
commit1f7144d6d38e82e9256f52aa64e34516683baa8a (patch)
tree2bf64682ba39a4cb0d9d0eb13ce0b0aba410758d /crawl-ref/source/files.cc
parent8e8bbf5c5490f939ffdd09649ea745f30e4c9571 (diff)
downloadcrawl-ref-1f7144d6d38e82e9256f52aa64e34516683baa8a.tar.gz
crawl-ref-1f7144d6d38e82e9256f52aa64e34516683baa8a.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6275 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 0973aa4fa5..49be660252 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1060,7 +1060,7 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
{
if (tmp_file_pairs[you.your_level][you.where_are_you] == false)
{
- // Make sure old file is gone.
+ // Make sure the old file is gone.
unlink(cha_fil.c_str());
// Save the information for later deletion -- DML 6/11/99