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.37 by pippijn, Sat Jan 6 14:42:30 2007 UTC vs.
Revision 1.38 by root, Sun Jan 7 02:39:14 2007 UTC

229 uint8 ACC (RW, spell_encumbrance); /* encumbrance effects spells */ 229 uint8 ACC (RW, spell_encumbrance); /* encumbrance effects spells */
230 uint8 ACC (RW, spell_failure_effects); /* nasty backlash to spell failures */ 230 uint8 ACC (RW, spell_failure_effects); /* nasty backlash to spell failures */
231 uint16 ACC (RW, set_friendly_fire); /* Percent of damage done by peaceful player vs player damage */ 231 uint16 ACC (RW, set_friendly_fire); /* Percent of damage done by peaceful player vs player damage */
232 uint8 ACC (RW, casting_time); /* it takes awhile to cast a spell */ 232 uint8 ACC (RW, casting_time); /* it takes awhile to cast a spell */
233 uint8 ACC (RW, real_wiz); /* use mud-like wizards */ 233 uint8 ACC (RW, real_wiz); /* use mud-like wizards */
234 uint8 ACC (RW, explore_mode); /* explore mode allowed? */ 234 uint8 dummy_000;
235 uint8 ACC (RW, spellpoint_level_depend); /* spell costs go up with level */ 235 uint8 ACC (RW, spellpoint_level_depend); /* spell costs go up with level */
236 char ACC (RW, motd)[MAX_BUF]; /* name of the motd file */ 236 char ACC (RW, motd)[MAX_BUF]; /* name of the motd file */
237 char *ACC (RO, rules); /* name of rules file*/ 237 char *ACC (RO, rules); /* name of rules file*/
238 char *ACC (RO, news); /* name of news file*/ 238 char *ACC (RO, news); /* name of news file*/
239 char ACC (RW, dm_mail)[MAX_BUF]; /* DM's Email address */ 239 char ACC (RW, dm_mail)[MAX_BUF]; /* DM's Email address */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines