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.13 by root, Tue May 6 16:55:26 2008 UTC vs.
Revision 1.14 by root, Tue May 6 19:37:01 2008 UTC

100int 100int
101command_stay (object *op, char *params) 101command_stay (object *op, char *params)
102{ 102{
103 if (!op->contr->fire_on && (!params || params[0] != 'f')) 103 if (!op->contr->fire_on && (!params || params[0] != 'f'))
104 return 0; 104 return 0;
105
105 fire (op, 0); 106 fire (op, 0);
106 return 0; 107 return 0;
107} 108}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines