From ba6c7c772e55b0279903e79ba11822135c135d30 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 10 Jan 2009 16:42:11 +0000 Subject: Fix tiles compile. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8384 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/cio.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref') diff --git a/crawl-ref/source/cio.cc b/crawl-ref/source/cio.cc index 4b64426a0e..d82edfcd83 100644 --- a/crawl-ref/source/cio.cc +++ b/crawl-ref/source/cio.cc @@ -94,7 +94,10 @@ int unmangle_direction_keys(int keyin, KeymapContext keymap, case '8': return 'k'; case '9': return 'u'; +#ifndef USE_TILE default: return unixcurses_get_vi_key(keyin); +#endif + #else case '1': return 'B'; case '2': return 'J'; -- cgit v1.2.3-54-g00ecf