summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-26 00:18:44 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-26 00:18:44 +0000
commit9088c742870ca793109aa02c73e85553447ea3bd (patch)
treeb47db58d340666776a829e068e1bb802a4d59fca /crawl-ref/source/files.cc
parenta7422662365893c32772ffdf0a43343ca4dd4d62 (diff)
downloadcrawl-ref-9088c742870ca793109aa02c73e85553447ea3bd.tar.gz
crawl-ref-9088c742870ca793109aa02c73e85553447ea3bd.zip
Add minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8754 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 717e13e064..de584c643d 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1377,7 +1377,7 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
}
return just_created_level;
-} // end load()
+}
void _save_level(int level_saved, level_area_type old_ltype,
branch_type where_were_you)