diff --git a/include/basic.h b/include/basic.h index 3e404a9..3b57612 100644 --- a/include/basic.h +++ b/include/basic.h @@ -1,4 +1,4 @@ -/* $Id: basic.h,v 1.12 2004/01/03 04:39:20 stpohle Exp $ */ +/* $Id: basic.h,v 1.13 2004/01/04 20:37:50 stpohle Exp $ */ /* basic types which we need everywhere */ #ifndef _BC_BASIC_H_ @@ -67,7 +67,7 @@ #define DEFAULT_UDPPORT 11000 #define DEFAULT_GAMECACHEPORT "11111" -#define DEFAULT_GAMECACHE "localhost:11111" +#define DEFAULT_GAMECACHE "x.yz.to:11111" #define GAMESRV_TIMEOUT 2000 /* Timeout of the GameSrv_GetEntry */ #define UDP_TIMEOUT 15000