ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/request.C
(Generate patch)

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.62 by root, Wed Jan 10 01:16:54 2007 UTC vs.
Revision 1.63 by root, Fri Jan 19 17:50:11 2007 UTC

1992void 1992void
1993draw_client_map (object *pl) 1993draw_client_map (object *pl)
1994{ 1994{
1995 int i, j; 1995 int i, j;
1996 sint16 ax, ay, nx, ny; /* ax and ay goes from 0 to max-size of arrays */ 1996 sint16 ax, ay, nx, ny; /* ax and ay goes from 0 to max-size of arrays */
1997 New_Face *face, *floor; 1997 facetile *face, *floor;
1998 New_Face *floor2; 1998 facetile *floor2;
1999 int d, mflags; 1999 int d, mflags;
2000 struct Map newmap; 2000 struct Map newmap;
2001 maptile *m, *pm; 2001 maptile *m, *pm;
2002 2002
2003 if (pl->type != PLAYER) 2003 if (pl->type != PLAYER)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines