ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/loader.C
(Generate patch)

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.16 by root, Thu Sep 14 21:16:11 2006 UTC vs.
Revision 1.17 by root, Thu Sep 14 22:33:59 2006 UTC

1
2/* 1/*
3 CrossFire, A Multiplayer game for X-windows 2 CrossFire, A Multiplayer game for X-windows
4 3
5 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 4 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
6 Copyright (C) 1992 Frank Tore Johansen 5 Copyright (C) 1992 Frank Tore Johansen
17 16
18 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software 18 along with this program; if not, write to the Free Software
20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 20
22 The authors can be reached via e-mail at crossfire-devel@real-time.com 21 The authors can be reached via e-mail at <crossfire@schmorp.de>
23*/ 22*/
24 23
25/* Eneq(@csd.uu.se): Added weight-modifiers in environment of objects. 24/* Eneq(@csd.uu.se): Added weight-modifiers in environment of objects.
26 sub/add_weight will transcend the environment updating the carrying 25 sub/add_weight will transcend the environment updating the carrying
27 variable. */ 26 variable. */
885 else 884 else
886 op->move_off &= ~MOVE_FLY_LOW; 885 op->move_off &= ~MOVE_FLY_LOW;
887 } 886 }
888 break; 887 break;
889 888
890 //TODO: remove these after convertign archetypes 889 //TODO: remove these after converting archetypes
891 case KW_can_use_wand: 890 case KW_can_use_wand:
892 GET_FLAG (op, FLAG_USE_RANGE); 891 GET_FLAG (op, FLAG_USE_RANGE);
893 break; 892 break;
894 893
895 /* These are all legacy - any new objects should use the move_ .. values */ 894 /* These are all legacy - any new objects should use the move_ .. values */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines