From 1f7144d6d38e82e9256f52aa64e34516683baa8a Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 1 Jul 2008 03:25:04 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6275 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/files.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/files.cc') 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 -- cgit v1.2.3-54-g00ecf