--- deliantra/server/include/player.h 2006/12/25 11:25:49 1.35 +++ deliantra/server/include/player.h 2006/12/30 21:15:59 1.37 @@ -206,14 +206,17 @@ bool ACC (RW, enable_save); Output_Buf outputs[NUM_OUTPUT_BUFS]; /* holds output strings to client */ - static player *create (); - static player *load (const char *path); - void save (bool final = false); + MTH static player *create (); + MTH static player *load (const char *path); + MTH void save (bool final = false); void do_destroy (); void gather_callbacks (AV *&callbacks, event_type event) const; - void connect (client *ns); - void disconnect (); + MTH void connect (client *ns); + MTH void disconnect (); + + // enters the initial map, after login or creation + MTH void enter_map (); ~player ();