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.9 by root, Sun Dec 31 19:02:24 2006 UTC vs.
Revision 1.10 by root, Sun Dec 31 20:46:17 2006 UTC

30/* make a map and layout the floor. */ 30/* make a map and layout the floor. */
31 31
32maptile * 32maptile *
33make_map_floor (char **layout, char *floorstyle, random_map_params *RP) 33make_map_floor (char **layout, char *floorstyle, random_map_params *RP)
34{ 34{
35 char styledirname[256]; 35 char styledirname[1024];
36 char stylefilepath[256]; 36 char stylefilepath[1024];
37 maptile *style_map = 0; 37 maptile *style_map = 0;
38 object *the_floor; 38 object *the_floor;
39 maptile *newMap = 0; 39 maptile *newMap = 0;
40 40
41 /* allocate the map */ 41 /* allocate the map */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines