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.7 by root, Sun Dec 31 20:46:17 2006 UTC vs.
Revision 1.9 by pippijn, Sat Jan 6 14:42:30 2007 UTC

1/* 1/*
2 * CrossFire, A Multiplayer game for X-windows 2 * CrossFire, A Multiplayer game for X-windows
3 * 3 *
4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team
4 * Copyright (C) 2001 Mark Wedel & Crossfire Development Team 5 * Copyright (C) 2001 Mark Wedel & Crossfire Development Team
5 * Copyright (C) 1992 Frank Tore Johansen 6 * Copyright (C) 1992 Frank Tore Johansen
6 * 7 *
7 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
48 int layoutoptions3; 49 int layoutoptions3;
49 int symmetry; 50 int symmetry;
50 int difficulty; 51 int difficulty;
51 int difficulty_given; 52 int difficulty_given;
52 float difficulty_increase; 53 float difficulty_increase;
54
53 int dungeon_level; 55 int dungeon_level;
54 int dungeon_depth; 56 int dungeon_depth;
57
55 int decoroptions; 58 int decoroptions;
56 int orientation; 59 int orientation;
57 int origin_y; 60 int origin_y;
58 int origin_x; 61 int origin_x;
59 int random_seed; 62 int random_seed;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines