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

Comparing deliantra/server/random_maps/wall.C (file contents):
Revision 1.17 by root, Sat Jan 27 00:56:48 2007 UTC vs.
Revision 1.18 by root, Mon Feb 5 01:24:45 2007 UTC

196 int surround_index = 0; 196 int surround_index = 0;
197 int l; 197 int l;
198 char wall_name[1024]; 198 char wall_name[1024];
199 archetype *wall_arch = 0; 199 archetype *wall_arch = 0;
200 200
201 strcpy (wall_name, the_wall->arch->name); 201 assign (wall_name, the_wall->arch->name);
202 202
203 /* conventionally, walls are named like this: 203 /* conventionally, walls are named like this:
204 wallname_wallcode, where wallcode indicates 204 wallname_wallcode, where wallcode indicates
205 a joinedness, and wallname is the wall. 205 a joinedness, and wallname is the wall.
206 this code depends on the convention for 206 this code depends on the convention for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines