--- deliantra/server/include/player.h 2008/04/30 06:40:28 1.77 +++ deliantra/server/include/player.h 2008/05/06 16:55:26 1.79 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * @@ -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)