ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfanim/cfanim.c
(Generate patch)

Comparing deliantra/server/plugins/cfanim/cfanim.c (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:18 2006 UTC vs.
Revision 1.2 by root, Thu Feb 9 02:29:31 2006 UTC

67 int dir=id; 67 int dir=id;
68 printf ("CFAnim: Moving in direction %ld\n",id); 68 printf ("CFAnim: Moving in direction %ld\n",id);
69 if (op->type==PLAYER) 69 if (op->type==PLAYER)
70 cf_player_move(op->contr,dir); 70 cf_player_move(op->contr,dir);
71 else 71 else
72 cf_object_move(op,op,dir); 72 cf_object_move(op,dir,op);
73 return 1; 73 return 1;
74} 74}
75 75
76long int initfire(char* name,char* parameters,struct CFmovement_struct* move_entity) 76long int initfire(char* name,char* parameters,struct CFmovement_struct* move_entity)
77{ 77{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines