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.26 by root, Tue Apr 13 02:39:53 2010 UTC vs.
Revision 1.27 by root, Sat Jun 26 22:10:18 2010 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, random_map_params *RP) 47put_decor (maptile *map, char **maze, const char *decorstyle, int decor_option, random_map_params *RP)
48{ 48{
49 maptile *decor_map = find_style ("/styles/decorstyles", decorstyle, RP->difficulty); 49 maptile *decor_map = find_style ("/styles/decorstyles", decorstyle, RP->difficulty);
50 if (!decor_map) 50 if (!decor_map)
51 return; 51 return;
52 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines