From 7bc72c666dc1d1e033c01b60ca38673651c7e81c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 19 Sep 2006 23:49:20 +0000 Subject: Fix textscreen warnings. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 626 --- textscreen/txt_window_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textscreen/txt_window_action.c') diff --git a/textscreen/txt_window_action.c b/textscreen/txt_window_action.c index 9c9094ff..473f792d 100644 --- a/textscreen/txt_window_action.c +++ b/textscreen/txt_window_action.c @@ -25,6 +25,7 @@ #include "doomkeys.h" #include "txt_window_action.h" +#include "txt_gui.h" #include "txt_io.h" #include "txt_main.h" #include "txt_window.h" @@ -45,7 +46,6 @@ static void TXT_WindowActionSizeCalc(TXT_UNCAST_ARG(action)) static void TXT_WindowActionDrawer(TXT_UNCAST_ARG(action), int selected) { TXT_CAST_ARG(txt_window_action_t, action); - int i; char buf[10]; TXT_GetKeyDescription(action->key, buf); -- cgit v1.2.3