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/tilesdl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/tilesdl.h') diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h index 0d43c16990..5bfe1e998e 100644 --- a/crawl-ref/source/tilesdl.h +++ b/crawl-ref/source/tilesdl.h @@ -90,7 +90,6 @@ public: void shutdown(); void load_dungeon(unsigned int *tileb, int gx, int gy); void load_dungeon(int gx, int gy); - int getch(); int getch_ck(); void resize(); void clrscr(); -- cgit v1.2.3-54-g00ecf