git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@741 c06c8d41-db1a-0410-9941-cceddc491573
ZK5H5YBD3R7H3KKNKSJYE65TUEPPWIWUJLU567FKSZYQYIW6ZVFAC
WHY6LRRJ5T2NSBE3IUCR4X3TOAH7TTK5NPUPUIFT7TPNJ6J4HBDAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
void take_note( const Note& note );
void take_note( const Note& note, bool force = false );
void take_note( const Note& note ) { if ( notes_active && is_noteworthy( note ) )
void take_note( const Note& note ) {
if ( notes_active && is_noteworthy( note ) )
void take_note( const Note& note, bool force ) { if ( notes_active && (force || is_noteworthy(note)) )
void take_note( const Note& note, bool force ) {
if ( notes_active && (force || is_noteworthy(note)) )
#include "notes.h"
if ( gate_type == DNGN_ENTER_ABYSS ) take_note(Note(NOTE_USER_NOTE, 0, 0, "Cast into the Abyss"), true);
if ( gate_type == DNGN_ENTER_ABYSS )
take_note(Note(NOTE_USER_NOTE, 0, 0, "Cast into the Abyss"), true);
activate_notes(false); // this banishment shouldn't be noted
activate_notes(true);