From e75f4e49b8d85f37cf31341a2053642f9afe4808 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Tue, 29 Jul 2008 02:50:18 +0000 Subject: [2029802] Fixing numpad issues for tiles. Theoretically, this change should remove the need for getch() vs. getch_ck() by handling key translation through macro context. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6712 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 fdc6254dca..27f31570aa 100644 --- a/crawl-ref/source/cio.h +++ b/crawl-ref/source/cio.h @@ -194,8 +194,6 @@ enum KEYS CK_MOUSE_B3, CK_MOUSE_B4, CK_MOUSE_B5, - CK_MOUSE_B1ITEM, - CK_MOUSE_B2ITEM, CK_MOUSE_CLICK }; -- cgit v1.2.3-54-g00ecf