summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-06 05:56:50 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-06 05:56:50 +0000
commitbd1d91f4b91afaf8dd80c329c78b775f43382b87 (patch)
tree38c0cfd9f7268aa1eeb200e19996f63bf24f62b9 /crawl-ref/source/ouch.cc
parent7cd64c37c6b36806e99e92e59581447c9b91560a (diff)
downloadcrawl-ref-bd1d91f4b91afaf8dd80c329c78b775f43382b87.tar.gz
crawl-ref-bd1d91f4b91afaf8dd80c329c78b775f43382b87.zip
Kill hard tabs.
redraw_dexterity now implies redraw_evasion. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@987 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc20
1 files changed, 10 insertions, 10 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index e022bb8d44..945e494e03 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -382,9 +382,9 @@ void item_corrode( char itco )
}
break;
default:
- /* items which aren't missiles, etc...Could happen
- if we're wielding a deck, say */
- return;
+ /* items which aren't missiles, etc...Could happen
+ if we're wielding a deck, say */
+ return;
}
// determine chance of corrosion {dlb}:
@@ -605,7 +605,7 @@ void lose_level(void)
char buf[200];
sprintf(buf, "HP: %d/%d MP: %d/%d",
- you.hp, you.hp_max, you.magic_points, you.max_magic_points);
+ you.hp, you.hp_max, you.magic_points, you.max_magic_points);
take_note(Note(NOTE_XP_LEVEL_CHANGE, you.experience_level, 0, buf));
you.redraw_experience = 1;
@@ -732,7 +732,7 @@ void ouch( int dam, int death_source, char death_type, const char *aux )
{
mpr( "* * * LOW HITPOINT WARNING * * *", MSGCH_DANGER );
}
- take_note(
+ take_note(
Note(
NOTE_HP_CHANGE,
you.hp,
@@ -867,12 +867,12 @@ void end_game( struct scorefile_entry &se )
const char* suffixes[] = {
#ifdef CLUA_BINDINGS
- ".lua",
+ ".lua",
#endif
#ifdef PACKAGE_SUFFIX
- PACKAGE_SUFFIX ,
+ PACKAGE_SUFFIX ,
#endif
- ".st", ".kil", ".tc", ".nts", ".tut", ".sav"
+ ".st", ".kil", ".tc", ".nts", ".tut", ".sav"
};
const int num_suffixes = sizeof(suffixes) / sizeof(const char*);
@@ -890,8 +890,8 @@ void end_game( struct scorefile_entry &se )
}
if (Options.tutorial_left)
- tutorial_death_screen();
-
+ tutorial_death_screen();
+
if (!crawl_state.seen_hups)
more();