summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 18:28:17 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 18:28:17 +0000
commit29b8231d094fc97a59736a2c5c38377a052e9d47 (patch)
treedd8f01c4a9d9070b883aef5d4e8fc4605dc977f2 /crawl-ref/source/command.h
parentaf7df8b6667210cbfea4cba66a8106fb46d29cc6 (diff)
downloadcrawl-ref-29b8231d094fc97a59736a2c5c38377a052e9d47.tar.gz
crawl-ref-29b8231d094fc97a59736a2c5c38377a052e9d47.zip
FR 1913320: remove shock resistance from a number of (humanoid) monsters
Fix 1916532: rename db entry "simulacrum" -> "large simulacrum" Move tutorial help into the complete hotkey-triggerable help menu. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3758 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index 47dcd293d8..0de4a5034c 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -59,7 +59,6 @@ void show_interlevel_travel_depth_help();
void show_stash_search_help();
void list_commands(bool wizard, int hotkey = 0,
bool do_redraw_screen = false);
-void list_tutorial_help(void);
// Actually defined in acr.cc; we may want to move this to command.cc
void process_command(command_type cmd);