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.7 by root, Sat Dec 30 10:16:11 2006 UTC vs.
Revision 1.8 by root, Sat Dec 30 18:45:28 2006 UTC

27#include <rproto.h> 27#include <rproto.h>
28 28
29/* make a map and layout the floor. */ 29/* make a map and layout the floor. */
30 30
31maptile * 31maptile *
32make_map_floor (char **layout, char *floorstyle, RMParms * RP) 32make_map_floor (char **layout, char *floorstyle, random_map_params * RP)
33{ 33{
34 char styledirname[256]; 34 char styledirname[256];
35 char stylefilepath[256]; 35 char stylefilepath[256];
36 maptile *style_map = 0; 36 maptile *style_map = 0;
37 object *the_floor; 37 object *the_floor;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines