From 47a0525ab8f99180e1d7a1a74fb6ca620c08f7b5 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 12 Jan 2008 12:27:55 +0000 Subject: merged editor over to trunk --- src/game/client/gc_client.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/game/client/gc_client.cpp') diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 68c6db00..9c70bd86 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -47,10 +47,6 @@ enum CHATMODE_REMOTECONSOLE, }; -typedef struct -{ - float x, y, w, h; -} RECT; RECT *ui2_screen(); static int chat_mode = CHATMODE_NONE; @@ -1885,7 +1881,7 @@ int emoticon_selector_render() emoticon_selector_active = false; } - RECT screen = *ui2_screen(); + RECT screen = *ui_screen(); gfx_mapscreen(screen.x, screen.y, screen.w, screen.h); -- cgit 1.4.1