--- deliantra/server/include/config.h 2007/11/26 11:41:02 1.49 +++ deliantra/server/include/config.h 2008/12/19 22:47:29 1.52 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * @@ -181,8 +181,8 @@ * MSW 2001-05-28 */ -#define MAP_CLIENT_X 31 -#define MAP_CLIENT_Y 31 +#define MAP_CLIENT_X 32 +#define MAP_CLIENT_Y 32 /* * If you feel the game is too fast or too slow, change MAX_TIME. @@ -284,7 +284,7 @@ * -daemon option. */ #ifndef LOGFILE -#define LOGFILE "/var/log/crossfire/logfile" +#define LOGFILE "/var/log/deliantra/logfile" #endif /*