From aaa3bc24212d0a47490b17537561e88d65c1f332 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 21 Nov 2009 10:01:28 -0600 Subject: Add formatting fixes. --- crawl-ref/source/mon-util.cc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'crawl-ref/source/mon-util.cc') diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc index 35a7c8e218..200972c2f4 100644 --- a/crawl-ref/source/mon-util.cc +++ b/crawl-ref/source/mon-util.cc @@ -1634,12 +1634,14 @@ void define_monster(monsters &mons) mons.enchantments.clear(); mons.ench_countdown = 0; - // NOTE: For player ghosts and (very) ugly things this just ensures that - // the monster instance is valid and won't crash when used, though the - // (very) ugly thing generated should actually work. The player ghost and - // (very) ugly thing code is currently only used for generating a monster - // for MonsterMenuEntry in _find_description() in command.cc - switch (mcls) { + // NOTE: For player ghosts and (very) ugly things this just ensures + // that the monster instance is valid and won't crash when used, + // though the (very) ugly thing generated should actually work. The + // player ghost and (very) ugly thing code is currently only used + // for generating a monster for MonsterMenuEntry in + // _find_description() in command.cc. + switch (mcls) + { case MONS_PANDEMONIUM_DEMON: { ghost_demon ghost; -- cgit v1.2.3-54-g00ecf