--- deliantra/server/include/global.h 2006/12/31 21:02:04 1.34 +++ deliantra/server/include/global.h 2007/01/05 10:50:47 1.36 @@ -125,12 +125,6 @@ EXTERN racelink *first_race; /* - * The editor uses these (will get them out of here later): - */ - -EXTERN long editor; /* if true, edit maps instead of playing (almost obsolete) */ - -/* * Variables set by different flags (see init.c): */ @@ -191,7 +185,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"