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

Comparing deliantra/server/random_maps/decor.C (file contents):
Revision 1.6 by root, Wed Dec 20 09:14:22 2006 UTC vs.
Revision 1.7 by root, Sat Dec 30 18:45:28 2006 UTC

42} 42}
43 43
44/* put the decor into the map. Right now, it's very primitive. */ 44/* put the decor into the map. Right now, it's very primitive. */
45 45
46void 46void
47put_decor (maptile *map, char **maze, char *decorstyle, int decor_option, RMParms * RP) 47put_decor (maptile *map, char **maze, char *decorstyle, int decor_option, random_map_params * RP)
48{ 48{
49 maptile *decor_map; 49 maptile *decor_map;
50 char style_name[256]; 50 char style_name[256];
51 51
52 sprintf (style_name, "/styles/decorstyles"); 52 sprintf (style_name, "/styles/decorstyles");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines