summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-31 21:43:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-31 21:43:28 +0000
commit772205173ae030ff4a8a6aa6ac73dd1bdbc69e24 (patch)
treef7cf51cac5fde52fd0b6476455111d0c7a043358 /crawl-ref/source/acr.cc
parent1856871a1ed3cc536b880e1a5a30b826af8f0d7b (diff)
downloadcrawl-ref-772205173ae030ff4a8a6aa6ac73dd1bdbc69e24.tar.gz
crawl-ref-772205173ae030ff4a8a6aa6ac73dd1bdbc69e24.zip
Add still more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3989 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 279af960c0..c928a43982 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2833,7 +2833,7 @@ static void _decrement_durations()
// Don't trigger too many tutorial messages
const bool tut_slow = Options.tutorial_events[TUT_YOU_ENCHANTED];
Options.tutorial_events[TUT_YOU_ENCHANTED] = false;
-
+
{
// Don't give duplicate 'You feel yourself slow down' messages.
no_messages nm;
@@ -2846,7 +2846,7 @@ static void _decrement_durations()
you.hunger = 50;
calc_hp();
-
+
learned_something_new(TUT_POSTBERSERK);
Options.tutorial_events[TUT_YOU_ENCHANTED] = tut_slow;
}