Difference for plugins/cfanim/cfanim.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 24
 
Line 24
 /*  You should have received a copy of the GNU General Public License        */  /*  You should have received a copy of the GNU General Public License        */
 /*  along with this program; if not, write to the Free Software              */  /*  along with this program; if not, write to the Free Software              */
 /*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */  /*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                */
 /*                                                                           */ /*****************************************************************************/  /*                                                                           */
   /*****************************************************************************/
   
 /* First let's include the header file needed                                */  /* First let's include the header file needed                                */
   
Line 69
 
Line 70
     if (op->type==PLAYER)      if (op->type==PLAYER)
         cf_player_move(op->contr,dir);          cf_player_move(op->contr,dir);
     else      else
         cf_object_move(op,op,dir);          cf_object_move(op,dir,op);
     return 1;      return 1;
 }  }
   


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:58