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

Comparing deliantra/server/random_maps/snake.C (file contents):
Revision 1.8 by root, Mon Apr 14 22:41:17 2008 UTC vs.
Revision 1.9 by root, Tue Apr 15 03:00:24 2008 UTC

13#include <global.h> 13#include <global.h>
14#include "random_map.h" 14#include "random_map.h"
15#include "rproto.h" 15#include "rproto.h"
16 16
17void 17void
18make_snake_layout (Maze maze, int options) 18make_snake_layout (Layout maze, int options)
19{ 19{
20 int i, j; 20 int i, j;
21 21
22 maze->clear (); 22 maze->clear ();
23 maze->border (); 23 maze->border ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines