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

Comparing deliantra/server/random_maps/maze_gen.C (file contents):
Revision 1.25 by root, Fri Jul 2 15:03:57 2010 UTC vs.
Revision 1.26 by root, Sun Aug 22 20:23:06 2010 UTC

39 39
40#include <vector> 40#include <vector>
41 41
42#include <global.h> 42#include <global.h>
43 43
44#include "random_map.h" 44#include <rmg.h>
45#include "rproto.h" 45#include "rproto.h"
46 46
47/* global variables that everyone needs: don't want to pass them in 47/* global variables that everyone needs: don't want to pass them in
48 as parameters every time. */ 48 as parameters every time. */
49static fixed_stack<point> seeds; 49static fixed_stack<point> seeds;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines