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.29 by root, Sun Aug 22 20:23:06 2010 UTC

21 * 21 *
22 * The authors can be reached via e-mail to <support@deliantra.net> 22 * The authors can be reached via e-mail to <support@deliantra.net>
23 */ 23 */
24 24
25#include <global.h> 25#include <global.h>
26#include <random_map.h> 26#include <rmg.h>
27#include <rproto.h> 27#include <rproto.h>
28 28
29#define NR_DECOR_OPTIONS 1 29#define NR_DECOR_OPTIONS 1
30 30
31/* return a simple count of objects in the map at x,y. */ 31/* return a simple count of objects in the map at x,y. */
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, layout &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