From a8bec57e7a9be7b1fa36ef8be618db4e46cbd599 Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 15 Apr 2008 19:28:48 +0000 Subject: - oprava chyby #0007 #0006 #0005 - nova zbran bombball - client dostava svoju vlastnu poziciu od servera kazdych 5000 ms git-svn-id: http://opensvn.csie.org/tuxanci_ng@45 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/widget_textfield.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/widget_textfield.h') diff --git a/include/widget_textfield.h b/include/widget_textfield.h index 860eae4..af59ae8 100644 --- a/include/widget_textfield.h +++ b/include/widget_textfield.h @@ -5,7 +5,7 @@ #include "main.h" -#define WIDGET_TEXTFIELD_WIDTH 125 +#define WIDGET_TEXTFIELD_WIDTH 188 #define WIDGET_TEXTFIELD_HEIGHT 36 #define WIDGET_TEXTFIELD_TEXT_OFFSET_X 10 @@ -17,7 +17,7 @@ typedef struct widget_textfield { int x, y; int w, h; - int time; + int canWrite; int timeBlick; char text[STR_SIZE]; bool_t active; -- cgit v1.2.3