From 29b8231d094fc97a59736a2c5c38377a052e9d47 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 20 Mar 2008 18:28:17 +0000 Subject: 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 --- crawl-ref/source/command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/command.h') 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); -- cgit v1.2.3-54-g00ecf