From abc77db2dbcd6cdaa0f36e29ca86aa18f3dea58a Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 10 Dec 2009 16:34:45 +0100 Subject: cgotoxy now takes GotoRegion instead of int. --- crawl-ref/source/libgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/libgui.h') diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h index d738075d7e..535a7cef5e 100644 --- a/crawl-ref/source/libgui.h +++ b/crawl-ref/source/libgui.h @@ -58,7 +58,7 @@ extern "C" int getch(); int getch_ck(); int clrscr(); void message_out(int *which_line, int colour, const char *s, int firstcol = 0); -void cgotoxy(int x, int y, int region = GOTO_CRT); +void cgotoxy(int x, int y, GotoRegion region = GOTO_CRT); void clear_message_window(); void delay(int ms); void update_screen(); -- cgit v1.2.3-54-g00ecf