summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-30 19:46:02 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-30 19:46:02 +0000
commite32c3272ea58ddf7bf596bbf0ec5c62ec6c42018 (patch)
treeda41cb3fda09fb454c262dcf54121b73fa8b9e77 /crawl-ref/source
parent2405abe691e056d6ded4ed495c30090651b8a010 (diff)
downloadcrawl-ref-e32c3272ea58ddf7bf596bbf0ec5c62ec6c42018.tar.gz
crawl-ref-e32c3272ea58ddf7bf596bbf0ec5c62ec6c42018.zip
Unbreak nondebug compile. This is a temporary fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7075 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/debug.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 181143bc63..830503590e 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -163,7 +163,6 @@ void DEBUGSTR(const char *format, ...)
}
#endif
-#ifdef WIZARD
static int _debug_prompt_for_monster( void )
{
char specs[80];
@@ -178,14 +177,12 @@ static int _debug_prompt_for_monster( void )
}
return (-1);
}
-#endif
//---------------------------------------------------------------
//
// debug_prompt_for_skill
//
//---------------------------------------------------------------
-#ifdef WIZARD
static int _debug_prompt_for_skill( const char *prompt )
{
char specs[80];
@@ -223,7 +220,6 @@ static int _debug_prompt_for_skill( const char *prompt )
return (skill);
}
-#endif
#ifdef WIZARD
void wizard_change_species( void )
@@ -371,7 +367,6 @@ void wizard_change_species( void )
// If !nonneg, then it returns an integer, and 0 on fail
//
//---------------------------------------------------------------
-#ifdef WIZARD
static int _debug_prompt_for_int( const char *prompt, bool nonneg )
{
char specs[80];
@@ -390,7 +385,6 @@ static int _debug_prompt_for_int( const char *prompt, bool nonneg )
return (ret);
}
-#endif
// Some debugging functions, accessible in wizard mode.
@@ -833,7 +827,6 @@ void debug_list_monsters()
#endif
-#ifdef WIZARD
static void _rune_from_specs(const char* _specs, item_def &item)
{
char specs[80];
@@ -1242,7 +1235,6 @@ void wizard_create_spec_object()
canned_msg( MSG_SOMETHING_APPEARS );
}
}
-#endif
bool get_item_by_name(item_def *item, char* specs,
object_class_type class_wanted, bool create_for_real)