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

Comparing deliantra/server/include/global.h (file contents):
Revision 1.27 by root, Fri Dec 15 20:07:02 2006 UTC vs.
Revision 1.29 by root, Mon Dec 18 02:35:01 2006 UTC

16 16
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 20
21 The author can be reached via e-mail to crossfire.de 21 The author can be reached via e-mail to crossfire@schmorp.de
22*/ 22*/
23 23
24#ifndef GLOBAL_H 24#ifndef GLOBAL_H
25#define GLOBAL_H 25#define GLOBAL_H
26 26
243 uint8 ACC (RW, spell_encumbrance); /* encumbrance effects spells */ 243 uint8 ACC (RW, spell_encumbrance); /* encumbrance effects spells */
244 uint8 ACC (RW, spell_failure_effects); /* nasty backlash to spell failures */ 244 uint8 ACC (RW, spell_failure_effects); /* nasty backlash to spell failures */
245 uint16 ACC (RW, set_friendly_fire); /* Percent of damage done by peaceful player vs player damage */ 245 uint16 ACC (RW, set_friendly_fire); /* Percent of damage done by peaceful player vs player damage */
246 uint8 ACC (RW, casting_time); /* it takes awhile to cast a spell */ 246 uint8 ACC (RW, casting_time); /* it takes awhile to cast a spell */
247 uint8 ACC (RW, real_wiz); /* use mud-like wizards */ 247 uint8 ACC (RW, real_wiz); /* use mud-like wizards */
248 uint8 ACC (RW, recycle_tmp_maps); /* re-use tmp maps. */
249 uint8 ACC (RW, explore_mode); /* explore mode allowed? */ 248 uint8 ACC (RW, explore_mode); /* explore mode allowed? */
250 uint8 ACC (RW, spellpoint_level_depend); /* spell costs go up with level */ 249 uint8 ACC (RW, spellpoint_level_depend); /* spell costs go up with level */
251 char ACC (RW, motd)[MAX_BUF]; /* name of the motd file */ 250 char ACC (RW, motd)[MAX_BUF]; /* name of the motd file */
252 char *ACC (RO, rules); /* name of rules file*/ 251 char *ACC (RO, rules); /* name of rules file*/
253 char *ACC (RO, news); /* name of news file*/ 252 char *ACC (RO, news); /* name of news file*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines