summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ghost.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:59:13 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 05:59:13 +0000
commit41e6f24153922d2c6584351c276a87128ee844db (patch)
tree0e6c61f0ec750bc5a985155620bb5ec28ec73807 /crawl-ref/source/ghost.h
parentaa213e31912154c93958be10d7b2f09c8fe068b3 (diff)
downloadcrawl-ref-41e6f24153922d2c6584351c276a87128ee844db.tar.gz
crawl-ref-41e6f24153922d2c6584351c276a87128ee844db.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5590 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ghost.h')
-rw-r--r--crawl-ref/source/ghost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h
index ccc521c135..d78ed6dde1 100644
--- a/crawl-ref/source/ghost.h
+++ b/crawl-ref/source/ghost.h
@@ -26,7 +26,7 @@ public:
skill_type best_skill;
short best_skill_level;
short xl;
-
+
short max_hp, ev, ac, damage, speed;
bool see_invis;
brand_type brand;
@@ -51,7 +51,7 @@ private:
static void find_extra_ghosts(std::vector<ghost_demon> &ghosts, int n);
static void find_transiting_ghosts(std::vector<ghost_demon> &gs, int n);
static void announce_ghost(const ghost_demon &g);
-
+
private:
void add_spells();
spell_type translate_spell(spell_type playerspell) const;