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

Comparing deliantra/server/random_maps/floor.C (file contents):
Revision 1.26 by root, Fri Jul 2 15:03:57 2010 UTC vs.
Revision 1.27 by root, Sun Jul 4 22:12:26 2010 UTC

46 if (object *the_floor = style_map->pick_random_object (rmg_rndm)) 46 if (object *the_floor = style_map->pick_random_object (rmg_rndm))
47 for (int x = 0; x < width; x++) 47 for (int x = 0; x < width; x++)
48 for (int y = 0; y < height; y++) 48 for (int y = 0; y < height; y++)
49 insert (the_floor->clone (), x, y, 0, INS_NO_MERGE | INS_NO_WALK_ON); 49 insert (the_floor->clone (), x, y, 0, INS_NO_MERGE | INS_NO_WALK_ON);
50} 50}
51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines