From 7b768f7fac47ee709312b381e5844b55f58d3553 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 17 Jun 2009 21:36:30 +0000 Subject: * More steps on the path to reintroducing player doll customization. Also apply my two previous commits to trunk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9995 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 9d8bbf4671..2e95d31c18 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -537,6 +537,12 @@ enum command_type CMD_ANNOTATE_LEVEL, +#ifdef USE_TILE + CMD_EDIT_PLAYER_TILE, + CMD_MIN_TILE = CMD_EDIT_PLAYER_TILE, + CMD_MAX_TILE = CMD_MIN_TILE, +#endif + // Repeat previous command CMD_PREV_CMD_AGAIN, @@ -659,11 +665,6 @@ enum command_type CMD_TARGET_HELP, CMD_MAX_TARGET = CMD_TARGET_HELP, -#ifdef USE_TILE - CMD_MIN_TILE, - CMD_MAX_TILE = CMD_MIN_TILE - 1, -#endif - // Disable/enable -more- prompts. CMD_DISABLE_MORE, CMD_MIN_SYNTHETIC = CMD_DISABLE_MORE, -- cgit v1.2.3-54-g00ecf