--- deliantra/server/include/player.h 2008/04/30 06:40:28 1.77 +++ deliantra/server/include/player.h 2008/05/04 14:12:37 1.78 @@ -186,6 +186,8 @@ void do_destroy (); void gather_callbacks (AV *&callbacks, event_type event) const; + MTH void touch () { dirty = true; } // need to touch when logged out and changed + MTH void play_sound (faceidx sound, int dx = 0, int dy = 0) const { if (ns)