From fd75ec155875e4e7f86cb4a95ef5acdf3e5c66c2 Mon Sep 17 00:00:00 2001 From: patty21 Date: Tue, 15 Aug 2006 14:12:19 +0000 Subject: [PATCH] default ogc server changed --- include/basic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/basic.h b/include/basic.h index f815026..3b2b4e2 100644 --- a/include/basic.h +++ b/include/basic.h @@ -1,4 +1,4 @@ -/* $Id: basic.h,v 1.35 2006/08/13 21:26:50 stpohle Exp $ */ +/* $Id: basic.h,v 1.36 2006/08/15 14:12:19 patty21 Exp $ */ /* basic types which we need everywhere */ #ifndef _BC_BASIC_H_ @@ -74,7 +74,7 @@ #define DEFAULT_UDPPORT 11000 #define DEFAULT_GAMECACHEPORT "11111" -#define DEFAULT_GAMECACHE "x.yz.to:11111" +#define DEFAULT_GAMECACHE "ogc.yz.to:11111" #define GAMESRV_TIMEOUT 2000 /* Timeout of the GameSrv_GetEntry */ #define UDP_TIMEOUT 15000