--- deliantra/server/include/object.h 2006/12/30 21:07:46 1.74 +++ deliantra/server/include/object.h 2006/12/30 21:18:29 1.76 @@ -292,7 +292,7 @@ // info must hold 256 * 3 bytes currently const char *debug_desc (char *info) const; MTH const char *debug_desc () const; - const char *object::flag_desc (char *desc, int len) const; + const char *flag_desc (char *desc, int len) const; MTH bool is_weapon () const { return type == ARROW || type == BOW || type == WEAPON; } MTH bool is_armor () const { return type == ARMOUR || type == SHIELD || type == HELMET @@ -308,7 +308,7 @@ MTH bool has_active_speed () const { return FABS(speed) >= MIN_ACTIVE_SPEED; } - // temporary: wether the objetc can be saved in a map file + // temporary: wether the object can be saved in a map file // contr => is a player // head => only save head of a multitile object // owner => can not reference owner yet