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/abl-show.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/abl-show.cc') diff --git a/crawl-ref/source/abl-show.cc b/crawl-ref/source/abl-show.cc index ef57086485..7696b5589a 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -1932,7 +1932,7 @@ int choose_ability_menu(const std::vector& talents) } } - if ( Options.tutorial_left ) + if (Options.tutorial_left) { // XXX This could be buggy if you manage to pick up lots and lots // of abilities during the tutorial. @@ -1942,7 +1942,7 @@ int choose_ability_menu(const std::vector& talents) } std::vector sel = abil_menu.show(false); redraw_screen(); - if ( sel.empty() ) + if (sel.empty()) { return -1; } -- cgit v1.2.3-54-g00ecf