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

Comparing deliantra/server/server/time.C (file contents):
Revision 1.89 by elmex, Tue Jan 13 12:29:43 2009 UTC vs.
Revision 1.90 by root, Tue May 5 04:51:56 2009 UTC

816 return; 816 return;
817 } 817 }
818 818
819 /* update object image for new facing */ 819 /* update object image for new facing */
820 /* many thrown objects *don't* have more than one face */ 820 /* many thrown objects *don't* have more than one face */
821 if (GET_ANIM_ID (op)) 821 if (op->has_anim ())
822 SET_ANIMATION (op, op->direction); 822 op->set_anim_frame (op->direction);
823 } /* object is reflected */ 823 } /* object is reflected */
824 } /* object ran into a wall */ 824 } /* object ran into a wall */
825 825
826 /* decrease the speed as it flies. 0.05 means a standard bow will shoot 826 /* decrease the speed as it flies. 0.05 means a standard bow will shoot
827 * about 17 squares. Tune as needed. 827 * about 17 squares. Tune as needed.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines