From 020b21eee05af9a8e23d9f1f4053a3f1c06519aa Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 29 Jun 2008 04:47:24 +0000 Subject: Add more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6204 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/abl-show.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 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 99ba52f35e..2677d79ff5 100644 --- a/crawl-ref/source/abl-show.cc +++ b/crawl-ref/source/abl-show.cc @@ -1063,9 +1063,9 @@ static bool _activate_talent(const talent& tal) static bool _do_ability(const ability_def& abil) { int power; - struct dist abild; - struct bolt beam; - struct dist spd; + dist abild; + bolt beam; + dist spd; // Note: the costs will not be applied until after this switch // statement... it's assumed that only failures have returned! -- bwr -- cgit v1.2.3-54-g00ecf