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

Comparing deliantra/server/random_maps/random_map.h (file contents):
Revision 1.2 by elmex, Sun Aug 13 17:16:03 2006 UTC vs.
Revision 1.3 by root, Tue Aug 29 08:01:36 2006 UTC

1/* 1/*
2 * static char *rcsid_map_c = 2 * static char *rcsid_map_c =
3 * "$Id: random_map.h,v 1.2 2006/08/13 17:16:03 elmex Exp $"; 3 * "$Id: random_map.h,v 1.3 2006/08/29 08:01:36 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
41 char origin_map[512]; 41 char origin_map[512];
42 char final_map[512]; 42 char final_map[512];
43 char exitstyle[512]; 43 char exitstyle[512];
44 char this_map[512]; 44 char this_map[512];
45 char exit_on_final_map[512]; 45 char exit_on_final_map[512];
46 46
47 int Xsize; 47 int Xsize;
48 int Ysize; 48 int Ysize;
49 int expand2x; 49 int expand2x;
50 int layoutoptions1; 50 int layoutoptions1;
51 int layoutoptions2; 51 int layoutoptions2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines