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

Comparing deliantra/server/server/c_move.C (file contents):
Revision 1.7 by pippijn, Mon Jan 15 21:06:19 2007 UTC vs.
Revision 1.8 by pippijn, Fri Mar 2 12:14:57 2007 UTC

94command_west (object *op, char *params) 94command_west (object *op, char *params)
95{ 95{
96 return move_internal (op, params, 7); 96 return move_internal (op, params, 7);
97} 97}
98 98
99// XXX: What does this do?
99int 100int
100command_stay (object *op, char *params) 101command_stay (object *op, char *params)
101{ 102{
102 if (!op->contr->fire_on && (!params || params[0] != 'f')) 103 if (!op->contr->fire_on && (!params || params[0] != 'f'))
103 return 0; 104 return 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines