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

Comparing deliantra/server/common/anim.C (file contents):
Revision 1.11 by root, Wed Dec 13 21:27:09 2006 UTC vs.
Revision 1.12 by root, Tue Dec 26 20:04:09 2006 UTC

173 */ 173 */
174 174
175void 175void
176animate_object (object *op, int dir) 176animate_object (object *op, int dir)
177{ 177{
178 int
179 max_state; /* Max animation state object should be drawn in */ 178 int max_state; /* Max animation state object should be drawn in */
180 int
181 base_state; /* starting index # to draw from */ 179 int base_state; /* starting index # to draw from */
182 180
183 if (!op->animation_id || !NUM_ANIMATIONS (op)) 181 if (!op->animation_id || !NUM_ANIMATIONS (op))
184 { 182 {
185 LOG (llevError, "Object %s lacks animation.\n", op->debug_desc ()); 183 LOG (llevError, "Object %s lacks animation.\n", op->debug_desc ());
186 return; 184 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines