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

Comparing deliantra/server/random_maps/door.C (file contents):
Revision 1.8 by root, Sun Dec 31 18:10:41 2006 UTC vs.
Revision 1.9 by root, Sun Dec 31 19:02:24 2006 UTC

1
1/* 2/*
2 CrossFire, A Multiplayer game for X-windows 3 CrossFire, A Multiplayer game for X-windows
3 4
4 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 5 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
5 Copyright (C) 1992 Frank Tore Johansen 6 Copyright (C) 1992 Frank Tore Johansen
45 surround_index += 8; 46 surround_index += 8;
46 return surround_index; 47 return surround_index;
47} 48}
48 49
49void 50void
50put_doors (maptile *the_map, char **maze, const char *doorstyle, random_map_params * RP) 51put_doors (maptile *the_map, char **maze, const char *doorstyle, random_map_params *RP)
51{ 52{
52 int i, j; 53 int i, j;
53 maptile *vdoors; 54 maptile *vdoors;
54 maptile *hdoors; 55 maptile *hdoors;
55 char doorpath[128]; 56 char doorpath[128];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines