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.11 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) 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
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
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[1024];
56 57
57 if (!strcmp (doorstyle, "none")) 58 if (!strcmp (doorstyle, "none"))
58 return; 59 return;
59 60
60 vdoors = find_style ("/styles/doorstyles", doorstyle, -1); 61 vdoors = find_style ("/styles/doorstyles", doorstyle, -1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines