From 137d900672cf15df2d5f3cf5988aff20d33620f7 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 25 Jan 2008 11:13:18 +0000 Subject: [1801838] Use a menu to show mutation list so long lists don't scroll off the end of the terminal. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3331 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/cio.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/cio.h') diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h index 93e6471df4..75e9ca048d 100644 --- a/crawl-ref/source/cio.h +++ b/crawl-ref/source/cio.h @@ -184,7 +184,6 @@ enum KEYS // Mouse codes. CK_MOUSE_MOVE = 10001, -#ifdef USE_TILE CK_MOUSE_DONE, CK_MOUSE_B1, CK_MOUSE_B2, @@ -193,7 +192,6 @@ enum KEYS CK_MOUSE_B5, CK_MOUSE_B1ITEM, CK_MOUSE_B2ITEM, -#endif CK_MOUSE_CLICK }; -- cgit v1.2.3-54-g00ecf