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

Comparing deliantra/server/random_maps/room_gen_spiral.C (file contents):
Revision 1.23 by root, Sun Jul 4 22:12:26 2010 UTC vs.
Revision 1.24 by root, Sun Aug 22 20:23:06 2010 UTC

27 27
28char **map_gen_spiral(int xsize, int ysize, int option); 28char **map_gen_spiral(int xsize, int ysize, int option);
29*/ 29*/
30 30
31#include <global.h> 31#include <global.h>
32#include <random_map.h> 32#include <rmg.h>
33#include <rproto.h> 33#include <rproto.h>
34 34
35#define RANDOM_OPTIONS 0 /* Pick random options below */ 35#define RANDOM_OPTIONS 0 /* Pick random options below */
36#define REGULAR_SPIRAL 1 /* Regular spiral--distance increases constantly */ 36#define REGULAR_SPIRAL 1 /* Regular spiral--distance increases constantly */
37#define FINE_SPIRAL 2 /* uses the min. separation: most coiling */ 37#define FINE_SPIRAL 2 /* uses the min. separation: most coiling */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines