diff --git a/src/basic.h b/src/basic.h index 0189e2b..1c978e2 100644 --- a/src/basic.h +++ b/src/basic.h @@ -1,4 +1,4 @@ -/* $Id: basic.h,v 1.44 2003/07/27 20:53:21 stpohle Exp $ */ +/* $Id: basic.h,v 1.45 2003/07/27 20:55:14 stpohle Exp $ */ /* basic types which we need everywhere */ #ifndef _BC_BASIC_H_ @@ -80,8 +80,8 @@ #define MENU_BG_SHADE_DARK -64 #define MENU_BG_SHADE_BRIGHT 64 -#define FIELDECHECK_TIMEOUT 100 /* timeout for the field check function */ -#define FIELDHURRYWARN 200 /* hurry warning */ +#define FIELDECHECK_TIMEOUT 500 /* timeout for the field check function */ +#define FIELDHURRYWARN 2000 /* hurry warning */ #define FIELDHURRYDROPTO 50 /* timeout when to put in some special items */ #define FIELDHURRYSIZE 5 /* timeout when to put in some special items */ #define FIELDHURRYSIZEMIN 15 /* min size for the field */