From af3cd3ff34ef5da884b2c673afe1321f0cf372e7 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Tue, 15 Jul 2008 04:07:07 +0000 Subject: Large tiles-related changes. Platform-specific rendering removed and replaced with SDL/OpenGL. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6550 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/cio.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/cio.cc') diff --git a/crawl-ref/source/cio.cc b/crawl-ref/source/cio.cc index e74e6dbd3e..f12061eb25 100644 --- a/crawl-ref/source/cio.cc +++ b/crawl-ref/source/cio.cc @@ -173,7 +173,10 @@ int c_getch() void cursorxy(int x, int y) { #if defined(USE_TILE) +#if 0 + // TODO enne - handle this old use of place cursor tile_place_cursor(x-1, y-1, true); +#endif #elif defined(UNIX) if (Options.use_fake_cursor) fakecursorxy(x, y); -- cgit v1.2.3-54-g00ecf