--- deliantra/server/include/global.h 2007/01/03 02:51:10 1.35 +++ deliantra/server/include/global.h 2007/01/07 02:39:14 1.38 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2002 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -185,7 +186,7 @@ extern client *init_sockets; extern void emergency_save (); -extern void cleanup (bool make_core = false); +extern void cleanup (const char *cause, bool make_core = false); #include "libproto.h" #include "sockproto.h" @@ -230,7 +231,7 @@ uint16 ACC (RW, set_friendly_fire); /* Percent of damage done by peaceful player vs player damage */ uint8 ACC (RW, casting_time); /* it takes awhile to cast a spell */ uint8 ACC (RW, real_wiz); /* use mud-like wizards */ - uint8 ACC (RW, explore_mode); /* explore mode allowed? */ + uint8 dummy_000; uint8 ACC (RW, spellpoint_level_depend); /* spell costs go up with level */ char ACC (RW, motd)[MAX_BUF]; /* name of the motd file */ char *ACC (RO, rules); /* name of rules file*/