From 1dbd7d35ca9b7c7514fbf3491598835f3ee168cf Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 3 Jan 2005 16:27:26 +0000 Subject: Some more comment and indent changes. --- src/being.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 48e5825b..f45023a1 100644 --- a/src/being.h +++ b/src/being.h @@ -18,7 +18,7 @@ * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * By ElvenProgrammer aka Eugenio Favalli (umperio@users.sourceforge.net) + * $Id$ */ #ifndef _TMW_BEING_H @@ -27,11 +27,14 @@ #include "./net/protocol.h" #define ACTION_NODE 0 -#define PLAYER_NODE 1 -#define NPC_NODE 2 -#define MONSTER_NODE 3 +//#define PLAYER_NODE 1 +//#define NPC_NODE 2 +//#define MONSTER_NODE 3 struct PATH_NODE { + /** + * Constructor. + */ PATH_NODE(unsigned short x, unsigned short y); unsigned short x, y; @@ -39,6 +42,9 @@ struct PATH_NODE { }; struct NODE { + /** + * Constructor. + */ NODE(); unsigned int id; -- cgit v1.2.3-70-g09d2