ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/config.h
(Generate patch)

Comparing deliantra/server/include/config.h (file contents):
Revision 1.13 by root, Fri Apr 14 22:10:45 2006 UTC vs.
Revision 1.14 by root, Fri Apr 14 22:19:52 2006 UTC

1/* 1/*
2 * static char *rcsid_config_h = 2 * static char *rcsid_config_h =
3 * "$Id: config.h,v 1.13 2006/04/14 22:10:45 root Exp $"; 3 * "$Id: config.h,v 1.14 2006/04/14 22:19:52 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
211 * maps at that point. 211 * maps at that point.
212 * 212 *
213 * MSW 2001-05-28 213 * MSW 2001-05-28
214 */ 214 */
215 215
216#define MAP_CLIENT_X 40 216#define MAP_CLIENT_X 31
217#define MAP_CLIENT_Y 40 217#define MAP_CLIENT_Y 31
218 218
219/* 219/*
220 * If you feel the game is too fast or too slow, change MAX_TIME. 220 * If you feel the game is too fast or too slow, change MAX_TIME.
221 * You can experiment with the 'speed <new_max_time> command first. 221 * You can experiment with the 'speed <new_max_time> command first.
222 * The length of a tick is MAX_TIME microseconds. During a tick, 222 * The length of a tick is MAX_TIME microseconds. During a tick,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines