ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.122 by root, Sun Dec 31 21:02:05 2006 UTC vs.
Revision 1.123 by root, Sun Dec 31 22:23:12 2006 UTC

2236 region *region\ 2236 region *region\
2237) 2237)
2238 CODE: 2238 CODE:
2239{ 2239{
2240 random_map_params rmp; 2240 random_map_params rmp;
2241 memset (&rmp, 0, sizeof (rmp)); // just to be sure
2242 2241
2243 assign (rmp.wallstyle , wallstyle); 2242 assign (rmp.wallstyle , wallstyle);
2244 assign (rmp.wall_name , wall_name); 2243 assign (rmp.wall_name , wall_name);
2245 assign (rmp.floorstyle , floorstyle); 2244 assign (rmp.floorstyle , floorstyle);
2246 assign (rmp.monsterstyle , monsterstyle); 2245 assign (rmp.monsterstyle , monsterstyle);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines