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.4 by root, Thu Sep 14 22:34:02 2006 UTC vs.
Revision 1.5 by root, Sat Sep 16 22:24:12 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 (mapstruct *the_map, char **maze, const char *doorstyle, RMParms * RP) 50put_doors (maptile *the_map, char **maze, const char *doorstyle, RMParms * RP)
51{ 51{
52 int i, j; 52 int i, j;
53 mapstruct *vdoors; 53 maptile *vdoors;
54 mapstruct *hdoors; 54 maptile *hdoors;
55 char doorpath[128]; 55 char doorpath[128];
56 56
57 if (!strcmp (doorstyle, "none")) 57 if (!strcmp (doorstyle, "none"))
58 return; 58 return;
59 vdoors = find_style ("/styles/doorstyles", doorstyle, -1); 59 vdoors = find_style ("/styles/doorstyles", doorstyle, -1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines