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

Comparing deliantra/server/random_maps/door.C (file contents):
Revision 1.6 by root, Tue Dec 12 21:39:56 2006 UTC vs.
Revision 1.7 by root, Sat Dec 30 18:45:28 2006 UTC

45 surround_index += 8; 45 surround_index += 8;
46 return surround_index; 46 return surround_index;
47} 47}
48 48
49void 49void
50put_doors (maptile *the_map, char **maze, const char *doorstyle, RMParms * RP) 50put_doors (maptile *the_map, char **maze, const char *doorstyle, random_map_params * RP)
51{ 51{
52 int i, j; 52 int i, j;
53 maptile *vdoors; 53 maptile *vdoors;
54 maptile *hdoors; 54 maptile *hdoors;
55 char doorpath[128]; 55 char doorpath[128];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines