From 612b5c431864991b19105694131ba1314012e631 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 27 May 2008 11:12:31 +0000 Subject: Some spacing clean-up in the tutorial code (thanks for the additions, Matthew!) and fix BR 1974056 (wrong colouring of tutorial skills information). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5293 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 56755f9314..64dee389db 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -2845,7 +2845,7 @@ bool safe_to_remove_or_wear(const item_def &item, bool remove, int prop_dex = 0; int prop_int = 0; - // don't warn when putting on an unknown item + // Don't warn when putting on an unknown item. if (item.base_type == OBJ_JEWELLERY && item_ident( item, ISFLAG_KNOW_PLUSES )) { -- cgit v1.2.3-54-g00ecf